Lob
Connect to Lob to manage direct mail, addresses, postcards, letters, checks, campaigns, templates, verification, and billing resources.
认证方式
| 方式 | 底层类型 | 状态 | 说明 |
|---|---|---|---|
| Basic Auth | basic | available | — |
调用示例
import { createClient } from "@open-connector/sdk";const oc = createClient({ baseUrl: "https://api.openconnector.dev", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({ slug: "LOB_ADDRESS_CREATE", connectedAccountId: "conn_...", arguments: { /* match this tool's input schema */ },});import Composio from "@composio/client";const composio = new Composio({ baseURL: "https://api.openconnector.dev/composio", apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("LOB_ADDRESS_CREATE", { connected_account_id: "conn_...", arguments: { /* match this tool's input schema */ },});oc tools execute LOB_ADDRESS_CREATE --data '{ }'Tool 目录
可用 Tools
105 个可调用操作
CreateLOB_ADDRESS_CREATECreates a new address given information需要连接
Creates a new address given information
认证
需要 Connected AccountTags
DeleteLOB_ADDRESS_DELETEDeletes the details of an existing address. You need only supply the unique identifier that was returned upon address creation.需要连接
Deletes the details of an existing address. You need only supply the unique identifier that was returned upon address creation.
认证
需要 Connected AccountTags
RetrieveLOB_ADDRESS_RETRIEVERetrieves the details of an existing address. You need only supply the unique identifier that was returned upon address creation.需要连接
Retrieves the details of an existing address. You need only supply the unique identifier that was returned upon address creation.
认证
需要 Connected AccountTags
ListLOB_ADDRESSES_LISTReturns a list of your addresses. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.需要连接
Returns a list of your addresses. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.
认证
需要 Connected AccountTags
AutocompleteLOB_AUTOCOMPLETIONGiven an address prefix consisting of a partial primary line, as well as optional input of city, state, and zip code, this functionality returns up to 10 full US address suggestions. Not all of them will turn out to be valid addresses; they'll need to be [verified](#operation/verification_us).需要连接
Given an address prefix consisting of a partial primary line, as well as optional input of city, state, and zip code, this functionality returns up to 10 full US address suggestions. Not all of them will turn out to be valid addresses; they'll need to be [verified](#operation/verification_us).
认证
需要 Connected AccountTags
CreateLOB_BANK_ACCOUNT_CREATECreates a new bank account with the provided properties. Bank accounts created in live mode will need to be verified via micro deposits before being able to send live checks. The deposits will appear in the bank account in 2-3 business days and have the description "VERIFICATION".需要连接
Creates a new bank account with the provided properties. Bank accounts created in live mode will need to be verified via micro deposits before being able to send live checks. The deposits will appear in the bank account in 2-3 business days and have the description "VERIFICATION".
认证
需要 Connected AccountTags
DeleteLOB_BANK_ACCOUNT_DELETEPermanently deletes a bank account. It cannot be undone.需要连接
Permanently deletes a bank account. It cannot be undone.
认证
需要 Connected AccountTags
RetrieveLOB_BANK_ACCOUNT_RETRIEVERetrieves the details of an existing bank account. You need only supply the unique bank account identifier that was returned upon bank account creation.需要连接
Retrieves the details of an existing bank account. You need only supply the unique bank account identifier that was returned upon bank account creation.
认证
需要 Connected AccountTags
VerifyLOB_BANK_ACCOUNT_VERIFYVerify a bank account in order to create a check. Check the `microdeposit_type` field returned by `GET /v1/bank_accounts/:id` to determine which parameter to submit: - `amounts` — provide the two microdeposit amounts (in cents) that appeared in the bank account statement. - `descriptor_code` — provide the 6-character code (beginning with `SM`) from the bank statement descriptor of the single $0.01 microdeposit. Submitting the wrong parameter type for the account's `microdeposit_type` will return an error.需要连接
Verify a bank account in order to create a check. Check the `microdeposit_type` field returned by `GET /v1/bank_accounts/:id` to determine which parameter to submit: - `amounts` — provide the two microdeposit amounts (in cents) that appeared in the bank account statement. - `descriptor_code` — provide the 6-character code (beginning with `SM`) from the bank statement descriptor of the single $0.01 microdeposit. Submitting the wrong parameter type for the account's `microdeposit_type` will return an error.
认证
需要 Connected AccountTags
ListLOB_BANK_ACCOUNTS_LISTReturns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recently created bank accounts appearing first.需要连接
Returns a list of your bank accounts. The bank accounts are returned sorted by creation date, with the most recently created bank accounts appearing first.
认证
需要 Connected AccountTags
CreateLOB_BILLING_GROUP_CREATECreates a new billing_group with the provided properties.需要连接
Creates a new billing_group with the provided properties.
认证
需要 Connected AccountTags
RetrieveLOB_BILLING_GROUP_RETRIEVERetrieves the details of an existing billing_group. You need only supply the unique billing_group identifier that was returned upon billing_group creation.需要连接
Retrieves the details of an existing billing_group. You need only supply the unique billing_group identifier that was returned upon billing_group creation.
认证
需要 Connected AccountTags
UpdateLOB_BILLING_GROUP_UPDATEUpdates all editable attributes of the billing_group with the given id.需要连接
Updates all editable attributes of the billing_group with the given id.
认证
需要 Connected AccountTags
ListLOB_BILLING_GROUPS_LISTReturns a list of your billing_groups. The billing_groups are returned sorted by creation date, with the most recently created billing_groups appearing first.需要连接
Returns a list of your billing_groups. The billing_groups are returned sorted by creation date, with the most recently created billing_groups appearing first.
认证
需要 Connected AccountTags
CreateLOB_BOOKLET_CREATECreates a new booklet.需要连接
Creates a new booklet.
认证
需要 Connected AccountTags
DeleteLOB_BOOKLET_DELETECompletely removes a booklet from production. This can only be done if the booklet's `send_date` has not yet passed. If the booklet is successfully canceled, you will not be charged for it.需要连接
Completely removes a booklet from production. This can only be done if the booklet's `send_date` has not yet passed. If the booklet is successfully canceled, you will not be charged for it.
认证
需要 Connected AccountTags
RetrieveLOB_BOOKLET_RETRIEVERetrieves the details of an existing booklet. You need to only supply the unique booklet identifier that was returned upon booklet creation.需要连接
Retrieves the details of an existing booklet. You need to only supply the unique booklet identifier that was returned upon booklet creation.
认证
需要 Connected AccountTags
ListLOB_BOOKLETS_LISTReturns a list of your booklets. The booklets are returned sorted by creation date, with the most recently created booklets appearing first.需要连接
Returns a list of your booklets. The booklets are returned sorted by creation date, with the most recently created booklets appearing first.
认证
需要 Connected AccountTags
CreateLOB_BUCKSLIP_CREATECreates a new buckslip given information需要连接
Creates a new buckslip given information
认证
需要 Connected AccountTags
DeleteLOB_BUCKSLIP_DELETEDelete an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.需要连接
Delete an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.
认证
需要 Connected AccountTags
CreateLOB_BUCKSLIP_ORDER_CREATECreates a new buckslip order given information需要连接
Creates a new buckslip order given information
认证
需要 Connected AccountTags
RetrieveLOB_BUCKSLIP_ORDERS_RETRIEVERetrieves the buckslip orders associated with the given buckslip id.需要连接
Retrieves the buckslip orders associated with the given buckslip id.
认证
需要 Connected AccountTags
RetrieveLOB_BUCKSLIP_RETRIEVERetrieves the details of an existing buckslip. You need only supply the unique customer identifier that was returned upon buckslip creation.需要连接
Retrieves the details of an existing buckslip. You need only supply the unique customer identifier that was returned upon buckslip creation.
认证
需要 Connected AccountTags
UpdateLOB_BUCKSLIP_UPDATEUpdate the details of an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.需要连接
Update the details of an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.
认证
需要 Connected AccountTags
ListLOB_BUCKSLIPS_LISTReturns a list of your buckslips. The buckslips are returned sorted by creation date, with the most recently created buckslips appearing first.需要连接
Returns a list of your buckslips. The buckslips are returned sorted by creation date, with the most recently created buckslips appearing first.
认证
需要 Connected AccountTags
Bulk VerifyLOB_BULK_INTL_VERIFICATIONSVerify a list of international (except US or US territories) address _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.需要连接
Verify a list of international (except US or US territories) address _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.
认证
需要 Connected AccountTags
Bulk VerifyLOB_BULK_US_VERIFICATIONSVerify a list of US or US territory addresses _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.需要连接
Verify a list of US or US territory addresses _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.
认证
需要 Connected AccountTags
CreateLOB_CAMPAIGN_CREATECreates a new campaign with the provided properties. See how to launch your first campaign [here](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/launch-your-first-campaign).需要连接
Creates a new campaign with the provided properties. See how to launch your first campaign [here](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/launch-your-first-campaign).
认证
需要 Connected AccountTags
DeleteLOB_CAMPAIGN_DELETEDelete an existing campaign. You need only supply the unique identifier that was returned upon campaign creation. Deleting a campaign also deletes any associated mail pieces that have been created but not sent. A campaign's `send_date` matches its associated mail pieces' `send_date`s.需要连接
Delete an existing campaign. You need only supply the unique identifier that was returned upon campaign creation. Deleting a campaign also deletes any associated mail pieces that have been created but not sent. A campaign's `send_date` matches its associated mail pieces' `send_date`s.
认证
需要 Connected AccountTags
RetrieveLOB_CAMPAIGN_RETRIEVERetrieves the details of an existing campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.需要连接
Retrieves the details of an existing campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.
认证
需要 Connected AccountTags
Send CampaignLOB_CAMPAIGN_SENDSends a campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.需要连接
Sends a campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.
认证
需要 Connected AccountTags
UpdateLOB_CAMPAIGN_UPDATEUpdate the details of an existing campaign. You need only supply the unique identifier that was returned upon campaign creation.需要连接
Update the details of an existing campaign. You need only supply the unique identifier that was returned upon campaign creation.
认证
需要 Connected AccountTags
ListLOB_CAMPAIGNS_LISTReturns a list of your campaigns. The campaigns are returned sorted by creation date, with the most recently created campaigns appearing first.需要连接
Returns a list of your campaigns. The campaigns are returned sorted by creation date, with the most recently created campaigns appearing first.
认证
需要 Connected AccountTags
CreateLOB_CARD_CREATECreates a new card given information需要连接
Creates a new card given information
认证
需要 Connected AccountTags
DeleteLOB_CARD_DELETEDelete an existing card. You need only supply the unique identifier that was returned upon card creation.需要连接
Delete an existing card. You need only supply the unique identifier that was returned upon card creation.
认证
需要 Connected AccountTags
CreateLOB_CARD_ORDER_CREATECreates a new card order given information需要连接
Creates a new card order given information
认证
需要 Connected AccountTags
RetrieveLOB_CARD_ORDERS_RETRIEVERetrieves the card orders associated with the given card id.需要连接
Retrieves the card orders associated with the given card id.
认证
需要 Connected AccountTags
RetrieveLOB_CARD_RETRIEVERetrieves the details of an existing card. You need only supply the unique customer identifier that was returned upon card creation.需要连接
Retrieves the details of an existing card. You need only supply the unique customer identifier that was returned upon card creation.
认证
需要 Connected AccountTags
UpdateLOB_CARD_UPDATEUpdate the details of an existing card. You need only supply the unique identifier that was returned upon card creation.需要连接
Update the details of an existing card. You need only supply the unique identifier that was returned upon card creation.
认证
需要 Connected AccountTags
ListLOB_CARDS_LISTReturns a list of your cards. The cards are returned sorted by creation date, with the most recently created addresses appearing first.需要连接
Returns a list of your cards. The cards are returned sorted by creation date, with the most recently created addresses appearing first.
认证
需要 Connected AccountTags
CancelLOB_CHECK_CANCELCompletely removes a check from production. This can only be done if the check has a `send_date` and the `send_date` has not yet passed. If the check is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.需要连接
Completely removes a check from production. This can only be done if the check has a `send_date` and the `send_date` has not yet passed. If the check is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.
认证
需要 Connected AccountTags
CreateLOB_CHECK_CREATECreates a new check with the provided properties.需要连接
Creates a new check with the provided properties.
认证
需要 Connected AccountTags
RetrieveLOB_CHECK_RETRIEVERetrieves the details of an existing check. You need only supply the unique check identifier that was returned upon check creation.需要连接
Retrieves the details of an existing check. You need only supply the unique check identifier that was returned upon check creation.
认证
需要 Connected AccountTags
ListLOB_CHECKS_LISTReturns a list of your checks. The checks are returned sorted by creation date, with the most recently created checks appearing first.需要连接
Returns a list of your checks. The checks are returned sorted by creation date, with the most recently created checks appearing first.
认证
需要 Connected AccountTags
CreateLOB_CREATE_TEMPLATECreates a new template for use with the Print & Mail API. In Live mode, you can only have as many non-deleted templates as allotted in your current <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a>. If you attempt to create a template past your limit, you will receive a `403` error. There is no limit in Test mode.需要连接
Creates a new template for use with the Print & Mail API. In Live mode, you can only have as many non-deleted templates as allotted in your current <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a>. If you attempt to create a template past your limit, you will receive a `403` error. There is no limit in Test mode.
认证
需要 Connected AccountTags
CreateLOB_CREATE_TEMPLATE_VERSIONCreates a new template version attached to the specified template.需要连接
Creates a new template version attached to the specified template.
认证
需要 Connected AccountTags
CreateLOB_CREATIVE_CREATECreates a new creative with the provided properties需要连接
Creates a new creative with the provided properties
认证
需要 Connected AccountTags
RetrieveLOB_CREATIVE_RETRIEVERetrieves the details of an existing creative. You need only supply the unique creative identifier that was returned upon creative creation.需要连接
Retrieves the details of an existing creative. You need only supply the unique creative identifier that was returned upon creative creation.
认证
需要 Connected AccountTags
UpdateLOB_CREATIVE_UPDATEUpdate the details of an existing creative. You need only supply the unique identifier that was returned upon creative creation.需要连接
Update the details of an existing creative. You need only supply the unique identifier that was returned upon creative creation.
认证
需要 Connected AccountTags
Create DomainLOB_DOMAIN_CREATEAdd a new custom domain that can be used to create custom links.需要连接
Add a new custom domain that can be used to create custom links.
认证
需要 Connected AccountTags
Delete a DomainLOB_DOMAIN_DELETEDelete a registered domain. This operation can only be performed if all associated links with the domain are deleted.需要连接
Delete a registered domain. This operation can only be performed if all associated links with the domain are deleted.
认证
需要 Connected AccountTags
Retrieve a domainLOB_DOMAIN_GETRetrieve details for a single domain.需要连接
Retrieve details for a single domain.
认证
需要 Connected AccountTags
List all domainsLOB_DOMAIN_LISTRetrieve a list of all created domains.需要连接
Retrieve a list of all created domains.
认证
需要 Connected AccountTags
Retrieve ExportLOB_EXPORT_RETRIEVERetrieves the details of an existing export. You need only supply the unique export identifier that was returned upon export creation. If you try retrieving an export immediately after creating one (i.e., before we're done processing the export), you will get back an export object with `state = in_progress`.需要连接
Retrieves the details of an existing export. You need only supply the unique export identifier that was returned upon export creation. If you try retrieving an export immediately after creating one (i.e., before we're done processing the export), you will get back an export object with `state = in_progress`.
认证
需要 Connected AccountTags
Get Lob Credits BalanceLOB_GET_LOB_CREDITS_BALANCEReturns the account's current balance of Lob Credits.需要连接
Returns the account's current balance of Lob Credits.
认证
需要 Connected AccountTags
Identity ValidationLOB_IDENTITY_VALIDATIONValidates whether a given name is associated with an address.需要连接
Validates whether a given name is associated with an address.
认证
需要 Connected AccountTags
CreateLOB_INFORMED_DELIVERY_CAMPAIGN_CREATECreates a new Informed Delivery campaign需要连接
Creates a new Informed Delivery campaign
认证
需要 Connected AccountTags
ListLOB_INFORMED_DELIVERY_CAMPAIGN_LISTList Informed Delivery campaigns需要连接
List Informed Delivery campaigns
认证
需要 Connected AccountTags
RetrieveLOB_INFORMED_DELIVERY_CAMPAIGN_RETRIEVERetrieves the details of an existing Informed Delivery campaign. You need only supply the `usps_campaign_id` returned in the campaign creation request.需要连接
Retrieves the details of an existing Informed Delivery campaign. You need only supply the `usps_campaign_id` returned in the campaign creation request.
认证
需要 Connected AccountTags
UpdateLOB_INFORMED_DELIVERY_CAMPAIGN_UPDATEUpdate the details of an existing Informed Delivery campaign.<br> **NOTE:** you can only update a campaign in the `pending_approval` status.需要连接
Update the details of an existing Informed Delivery campaign.<br> **NOTE:** you can only update a campaign in the `pending_approval` status.
认证
需要 Connected AccountTags
Single VerifyLOB_INTL_VERIFICATIONVerify an international (except US or US territories) address _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.需要连接
Verify an international (except US or US territories) address _with a live API key_. Requests to this endpoint with a test API key will return a dummy response based on the primary line you input.
认证
需要 Connected AccountTags
CancelLOB_LETTER_CANCELCompletely removes a letter from production. This can only be done if the letter has a `send_date` and the `send_date` has not yet passed. If the letter is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.需要连接
Completely removes a letter from production. This can only be done if the letter has a `send_date` and the `send_date` has not yet passed. If the letter is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.
认证
需要 Connected AccountTags
CreateLOB_LETTER_CREATECreates a new letter given information需要连接
Creates a new letter given information
认证
需要 Connected AccountTags
RetrieveLOB_LETTER_RETRIEVERetrieves the details of an existing letter. You need only supply the unique letter identifier that was returned upon letter creation.需要连接
Retrieves the details of an existing letter. You need only supply the unique letter identifier that was returned upon letter creation.
认证
需要 Connected AccountTags
ListLOB_LETTERS_LISTReturns a list of your letters. The letters are returned sorted by creation date, with the most recently created letters appearing first.需要连接
Returns a list of your letters. The letters are returned sorted by creation date, with the most recently created letters appearing first.
认证
需要 Connected AccountTags
Create LinkLOB_LINK_CREATEGiven a long URL, shorten your URL either by using a custom domain or Lob's own short domain.需要连接
Given a long URL, shorten your URL either by using a custom domain or Lob's own short domain.
认证
需要 Connected AccountTags
Update a LinkLOB_LINK_UPDATEUpdate any of the properties of a shortened link.需要连接
Update any of the properties of a shortened link.
认证
需要 Connected AccountTags
Delete LinkLOB_LINKS_DELETEDelete the shortened link.需要连接
Delete the shortened link.
认证
需要 Connected AccountTags
Retrieve a linkLOB_LINKS_GETRetrieves a single shortened link.需要连接
Retrieves a single shortened link.
认证
需要 Connected AccountTags
List all linksLOB_LINKS_LISTRetrieves a list of shortened links. The list is sorted by creation date, with the most recently created appearing first.需要连接
Retrieves a list of shortened links. The list is sorted by creation date, with the most recently created appearing first.
认证
需要 Connected AccountTags
CreateLOB_POSTCARD_CREATECreates a new postcard given information需要连接
Creates a new postcard given information
认证
需要 Connected AccountTags
CancelLOB_POSTCARD_DELETECompletely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. If the postcard is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.需要连接
Completely removes a postcard from production. This can only be done if the postcard has a `send_date` and the `send_date` has not yet passed. If the postcard is successfully canceled, you will not be charged for it. Read more on [cancellation windows](#section/Cancellation-Windows) and [scheduling](#section/Scheduled-Mailings). Scheduling and cancellation is a premium feature. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.
认证
需要 Connected AccountTags
RetrieveLOB_POSTCARD_RETRIEVERetrieves the details of an existing postcard. You need only supply the unique customer identifier that was returned upon postcard creation.需要连接
Retrieves the details of an existing postcard. You need only supply the unique customer identifier that was returned upon postcard creation.
认证
需要 Connected AccountTags
ListLOB_POSTCARDS_LISTReturns a list of your postcards. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.需要连接
Returns a list of your postcards. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.
认证
需要 Connected AccountTags
ListLOB_QR_CODES_LISTReturns a list of your QR codes. The QR codes are returned sorted by scan date, with the most recently scanned QR codes appearing first.需要连接
Returns a list of your QR codes. The QR codes are returned sorted by scan date, with the most recently scanned QR codes appearing first.
认证
需要 Connected AccountTags
Retrieve Line Item ReportLOB_REPORT_RETRIEVERetrieves the line item data for each row from the csv file associated with the upload id record. NOTE: This endpoint is currently feature flagged. Please reach out to Lob's support team if you would like access to this API endpoint.需要连接
Retrieves the line item data for each row from the csv file associated with the upload id record. NOTE: This endpoint is currently feature flagged. Please reach out to Lob's support team if you would like access to this API endpoint.
认证
需要 Connected AccountTags
CreateLOB_RESOURCE_PROOF_CREATECreates a new resource proof with the provided properties.需要连接
Creates a new resource proof with the provided properties.
认证
需要 Connected AccountTags
RetrieveLOB_RESOURCE_PROOF_RETRIEVERetrieves the details of an existing resource proof. You need only supply the unique resource proof identifier.需要连接
Retrieves the details of an existing resource proof. You need only supply the unique resource proof identifier.
认证
需要 Connected AccountTags
UpdateLOB_RESOURCE_PROOF_UPDATEUpdates the specified resource proof.需要连接
Updates the specified resource proof.
认证
需要 Connected AccountTags
Reverse Geocode LookupLOB_REVERSE_GEOCODE_LOOKUPReverse geocode a valid US location with a live API key.需要连接
Reverse geocode a valid US location with a live API key.
认证
需要 Connected AccountTags
CreateLOB_SELF_MAILER_CREATECreates a new self_mailer given information需要连接
Creates a new self_mailer given information
认证
需要 Connected AccountTags
DeleteLOB_SELF_MAILER_DELETECompletely removes a self mailer from production. This can only be done if the self mailer's `send_date` has not yet passed. If the self mailer is successfully canceled, you will not be charged for it. This feature is exclusive to certain customers. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.需要连接
Completely removes a self mailer from production. This can only be done if the self mailer's `send_date` has not yet passed. If the self mailer is successfully canceled, you will not be charged for it. This feature is exclusive to certain customers. Upgrade to the appropriate <a href="https://dashboard.lob.com/#/settings/editions" target="_blank">Print & Mail Edition</a> to gain access.
认证
需要 Connected AccountTags
RetrieveLOB_SELF_MAILER_RETRIEVERetrieves the details of an existing self_mailer. You need only supply the unique self_mailer identifier that was returned upon self_mailer creation.需要连接
Retrieves the details of an existing self_mailer. You need only supply the unique self_mailer identifier that was returned upon self_mailer creation.
认证
需要 Connected AccountTags
ListLOB_SELF_MAILERS_LISTReturns a list of your self_mailers. The self_mailers are returned sorted by creation date, with the most recently created self_mailers appearing first.需要连接
Returns a list of your self_mailers. The self_mailers are returned sorted by creation date, with the most recently created self_mailers appearing first.
认证
需要 Connected AccountTags
CreateLOB_SNAP_PACK_CREATECreates a new snap_pack given information需要连接
Creates a new snap_pack given information
认证
需要 Connected AccountTags
DeleteLOB_SNAP_PACK_DELETECompletely removes a snap pack from production. This can only be done if the snap pack's `send_date` has not yet passed. If the snap pack is successfully canceled, you will not be charged for it.需要连接
Completely removes a snap pack from production. This can only be done if the snap pack's `send_date` has not yet passed. If the snap pack is successfully canceled, you will not be charged for it.
认证
需要 Connected AccountTags
RetrieveLOB_SNAP_PACK_RETRIEVERetrieves the details of an existing snap_pack. You need to only supply the unique snap_pack identifier that was returned upon snap_pack creation.需要连接
Retrieves the details of an existing snap_pack. You need to only supply the unique snap_pack identifier that was returned upon snap_pack creation.
认证
需要 Connected AccountTags
ListLOB_SNAP_PACKS_LISTReturns a list of your snap_packs. The snap_packs are returned sorted by creation date, with the most recently created snap_packs appearing first.需要连接
Returns a list of your snap_packs. The snap_packs are returned sorted by creation date, with the most recently created snap_packs appearing first.
认证
需要 Connected AccountTags
DeleteLOB_TEMPLATE_DELETEPermanently deletes a template. Deleting a template also deletes its associated versions. Deleted templates can not be used to create postcard, letter, or check resources.需要连接
Permanently deletes a template. Deleting a template also deletes its associated versions. Deleted templates can not be used to create postcard, letter, or check resources.
认证
需要 Connected AccountTags
RetrieveLOB_TEMPLATE_RETRIEVERetrieves the details of an existing template. You need only supply the unique template identifier that was returned upon template creation.需要连接
Retrieves the details of an existing template. You need only supply the unique template identifier that was returned upon template creation.
认证
需要 Connected AccountTags
UpdateLOB_TEMPLATE_UPDATEUpdates the description and/or published version of the template with the given id. To update the template's html, create a new version of the template.需要连接
Updates the description and/or published version of the template with the given id. To update the template's html, create a new version of the template.
认证
需要 Connected AccountTags
DeleteLOB_TEMPLATE_VERSION_DELETEPermanently deletes a template version. A template's `published_version` can not be deleted.需要连接
Permanently deletes a template version. A template's `published_version` can not be deleted.
认证
需要 Connected AccountTags
RetrieveLOB_TEMPLATE_VERSION_RETRIEVERetrieves the template version with the given template and version ids.需要连接
Retrieves the template version with the given template and version ids.
认证
需要 Connected AccountTags
UpdateLOB_TEMPLATE_VERSION_UPDATEUpdates the template version with the given template and version ids.需要连接
Updates the template version with the given template and version ids.
认证
需要 Connected AccountTags
ListLOB_TEMPLATE_VERSIONS_LISTReturns a list of template versions for the given template ID. The template versions are sorted by creation date, with the most recently created appearing first.需要连接
Returns a list of template versions for the given template ID. The template versions are sorted by creation date, with the most recently created appearing first.
认证
需要 Connected AccountTags
ListLOB_TEMPLATES_LISTReturns a list of your templates. The templates are returned sorted by creation date, with the most recently created templates appearing first.需要连接
Returns a list of your templates. The templates are returned sorted by creation date, with the most recently created templates appearing first.
认证
需要 Connected AccountTags
CreateLOB_UPLOAD_CREATECreates a new upload with the provided properties.需要连接
Creates a new upload with the provided properties.
认证
需要 Connected AccountTags
DeleteLOB_UPLOAD_DELETEDelete an existing upload. You need only supply the unique identifier that was returned upon upload creation.需要连接
Delete an existing upload. You need only supply the unique identifier that was returned upon upload creation.
认证
需要 Connected AccountTags
Create ExportLOB_UPLOAD_EXPORT_CREATECampaign Exports can help you understand exactly which records in a campaign could not be created. By initiating and retrieving an export, you will get row-by-row errors for your campaign. For a step-by-step walkthrough of creating a campaign and exporting failures, see our [Campaigns Guide](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/launch-your-first-campaign). Create an export file associated with an upload.需要连接
Campaign Exports can help you understand exactly which records in a campaign could not be created. By initiating and retrieving an export, you will get row-by-row errors for your campaign. For a step-by-step walkthrough of creating a campaign and exporting failures, see our [Campaigns Guide](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/launch-your-first-campaign). Create an export file associated with an upload.
认证
需要 Connected AccountTags
Upload fileLOB_UPLOAD_FILEUpload an [audience file](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/campaign-audience-guide) and associate it with an upload.需要连接
Upload an [audience file](https://help.lob.com/print-and-mail/building-a-mail-strategy/campaign-or-triggered-sends/campaign-audience-guide) and associate it with an upload.
认证
需要 Connected AccountTags
RetrieveLOB_UPLOAD_RETRIEVERetrieves the details of an existing upload. You need only supply the unique upload identifier that was returned upon upload creation.需要连接
Retrieves the details of an existing upload. You need only supply the unique upload identifier that was returned upon upload creation.
认证
需要 Connected AccountTags
UpdateLOB_UPLOAD_UPDATEUpdate the details of an existing upload. You need only supply the unique identifier that was returned upon upload creation.需要连接
Update the details of an existing upload. You need only supply the unique identifier that was returned upon upload creation.
认证
需要 Connected AccountTags
ListLOB_UPLOADS_LISTReturns a list of your uploads. Optionally, filter uploads by campaign.需要连接
Returns a list of your uploads. Optionally, filter uploads by campaign.
认证
需要 Connected AccountTags
Single VerifyLOB_US_VERIFICATIONVerify a US or US territory address _with a live API key_. The address can be in components (e.g. `primary_line` is "210 King Street", `zip_code` is "94107") or as a single string (e.g. "210 King Street 94107"), but not as both. Requests using a test API key validate required fields but return empty values unless specific `primary_line` values are provided. See the [US Verifications Test Environment](#section/US-Verifications-Test-Env) for details.需要连接
Verify a US or US territory address _with a live API key_. The address can be in components (e.g. `primary_line` is "210 King Street", `zip_code` is "94107") or as a single string (e.g. "210 King Street 94107"), but not as both. Requests using a test API key validate required fields but return empty values unless specific `primary_line` values are provided. See the [US Verifications Test Environment](#section/US-Verifications-Test-Env) for details.
认证
需要 Connected AccountTags
LookupsLOB_ZIP_LOOKUPReturns information about a ZIP code需要连接
Returns information about a ZIP code
认证
需要 Connected AccountTags