Lob
Connect to Lob to manage direct mail, addresses, postcards, letters, checks, campaigns, templates, verification, and billing resources.
Authentication
| Method | Kind | Status | Details |
|---|---|---|---|
| Basic Auth | basic | available | — |
Call a tool
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 catalog
Available tools
105 callable operations
CreateLOB_ADDRESS_CREATECreates a new address given informationConnection
Creates a new address given information
Authentication
Connected account requiredTags
DeleteLOB_ADDRESS_DELETEDeletes the details of an existing address. You need only supply the unique identifier that was returned upon address creation.Connection
Deletes the details of an existing address. You need only supply the unique identifier that was returned upon address creation.
Authentication
Connected account requiredTags
RetrieveLOB_ADDRESS_RETRIEVERetrieves the details of an existing address. You need only supply the unique identifier that was returned upon address creation.Connection
Retrieves the details of an existing address. You need only supply the unique identifier that was returned upon address creation.
Authentication
Connected account requiredTags
ListLOB_ADDRESSES_LISTReturns a list of your addresses. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.Connection
Returns a list of your addresses. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.
Authentication
Connected account requiredTags
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).Connection
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).
Authentication
Connected account requiredTags
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".Connection
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".
Authentication
Connected account requiredTags
DeleteLOB_BANK_ACCOUNT_DELETEPermanently deletes a bank account. It cannot be undone.Connection
Permanently deletes a bank account. It cannot be undone.
Authentication
Connected account requiredTags
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.Connection
Retrieves the details of an existing bank account. You need only supply the unique bank account identifier that was returned upon bank account creation.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_BILLING_GROUP_CREATECreates a new billing_group with the provided properties.Connection
Creates a new billing_group with the provided properties.
Authentication
Connected account requiredTags
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.Connection
Retrieves the details of an existing billing_group. You need only supply the unique billing_group identifier that was returned upon billing_group creation.
Authentication
Connected account requiredTags
UpdateLOB_BILLING_GROUP_UPDATEUpdates all editable attributes of the billing_group with the given id.Connection
Updates all editable attributes of the billing_group with the given id.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_BOOKLET_CREATECreates a new booklet.Connection
Creates a new booklet.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
RetrieveLOB_BOOKLET_RETRIEVERetrieves the details of an existing booklet. You need to only supply the unique booklet identifier that was returned upon booklet creation.Connection
Retrieves the details of an existing booklet. You need to only supply the unique booklet identifier that was returned upon booklet creation.
Authentication
Connected account requiredTags
ListLOB_BOOKLETS_LISTReturns a list of your booklets. The booklets are returned sorted by creation date, with the most recently created booklets appearing first.Connection
Returns a list of your booklets. The booklets are returned sorted by creation date, with the most recently created booklets appearing first.
Authentication
Connected account requiredTags
CreateLOB_BUCKSLIP_CREATECreates a new buckslip given informationConnection
Creates a new buckslip given information
Authentication
Connected account requiredTags
DeleteLOB_BUCKSLIP_DELETEDelete an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.Connection
Delete an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.
Authentication
Connected account requiredTags
CreateLOB_BUCKSLIP_ORDER_CREATECreates a new buckslip order given informationConnection
Creates a new buckslip order given information
Authentication
Connected account requiredTags
RetrieveLOB_BUCKSLIP_ORDERS_RETRIEVERetrieves the buckslip orders associated with the given buckslip id.Connection
Retrieves the buckslip orders associated with the given buckslip id.
Authentication
Connected account requiredTags
RetrieveLOB_BUCKSLIP_RETRIEVERetrieves the details of an existing buckslip. You need only supply the unique customer identifier that was returned upon buckslip creation.Connection
Retrieves the details of an existing buckslip. You need only supply the unique customer identifier that was returned upon buckslip creation.
Authentication
Connected account requiredTags
UpdateLOB_BUCKSLIP_UPDATEUpdate the details of an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.Connection
Update the details of an existing buckslip. You need only supply the unique identifier that was returned upon buckslip creation.
Authentication
Connected account requiredTags
ListLOB_BUCKSLIPS_LISTReturns a list of your buckslips. The buckslips are returned sorted by creation date, with the most recently created buckslips appearing first.Connection
Returns a list of your buckslips. The buckslips are returned sorted by creation date, with the most recently created buckslips appearing first.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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).Connection
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).
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
RetrieveLOB_CAMPAIGN_RETRIEVERetrieves the details of an existing campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.Connection
Retrieves the details of an existing campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.
Authentication
Connected account requiredTags
Send CampaignLOB_CAMPAIGN_SENDSends a campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.Connection
Sends a campaign. You need only supply the unique campaign identifier that was returned upon campaign creation.
Authentication
Connected account requiredTags
UpdateLOB_CAMPAIGN_UPDATEUpdate the details of an existing campaign. You need only supply the unique identifier that was returned upon campaign creation.Connection
Update the details of an existing campaign. You need only supply the unique identifier that was returned upon campaign creation.
Authentication
Connected account requiredTags
ListLOB_CAMPAIGNS_LISTReturns a list of your campaigns. The campaigns are returned sorted by creation date, with the most recently created campaigns appearing first.Connection
Returns a list of your campaigns. The campaigns are returned sorted by creation date, with the most recently created campaigns appearing first.
Authentication
Connected account requiredTags
CreateLOB_CARD_CREATECreates a new card given informationConnection
Creates a new card given information
Authentication
Connected account requiredTags
DeleteLOB_CARD_DELETEDelete an existing card. You need only supply the unique identifier that was returned upon card creation.Connection
Delete an existing card. You need only supply the unique identifier that was returned upon card creation.
Authentication
Connected account requiredTags
CreateLOB_CARD_ORDER_CREATECreates a new card order given informationConnection
Creates a new card order given information
Authentication
Connected account requiredTags
RetrieveLOB_CARD_ORDERS_RETRIEVERetrieves the card orders associated with the given card id.Connection
Retrieves the card orders associated with the given card id.
Authentication
Connected account requiredTags
RetrieveLOB_CARD_RETRIEVERetrieves the details of an existing card. You need only supply the unique customer identifier that was returned upon card creation.Connection
Retrieves the details of an existing card. You need only supply the unique customer identifier that was returned upon card creation.
Authentication
Connected account requiredTags
UpdateLOB_CARD_UPDATEUpdate the details of an existing card. You need only supply the unique identifier that was returned upon card creation.Connection
Update the details of an existing card. You need only supply the unique identifier that was returned upon card creation.
Authentication
Connected account requiredTags
ListLOB_CARDS_LISTReturns a list of your cards. The cards are returned sorted by creation date, with the most recently created addresses appearing first.Connection
Returns a list of your cards. The cards are returned sorted by creation date, with the most recently created addresses appearing first.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_CHECK_CREATECreates a new check with the provided properties.Connection
Creates a new check with the provided properties.
Authentication
Connected account requiredTags
RetrieveLOB_CHECK_RETRIEVERetrieves the details of an existing check. You need only supply the unique check identifier that was returned upon check creation.Connection
Retrieves the details of an existing check. You need only supply the unique check identifier that was returned upon check creation.
Authentication
Connected account requiredTags
ListLOB_CHECKS_LISTReturns a list of your checks. The checks are returned sorted by creation date, with the most recently created checks appearing first.Connection
Returns a list of your checks. The checks are returned sorted by creation date, with the most recently created checks appearing first.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_CREATE_TEMPLATE_VERSIONCreates a new template version attached to the specified template.Connection
Creates a new template version attached to the specified template.
Authentication
Connected account requiredTags
CreateLOB_CREATIVE_CREATECreates a new creative with the provided propertiesConnection
Creates a new creative with the provided properties
Authentication
Connected account requiredTags
RetrieveLOB_CREATIVE_RETRIEVERetrieves the details of an existing creative. You need only supply the unique creative identifier that was returned upon creative creation.Connection
Retrieves the details of an existing creative. You need only supply the unique creative identifier that was returned upon creative creation.
Authentication
Connected account requiredTags
UpdateLOB_CREATIVE_UPDATEUpdate the details of an existing creative. You need only supply the unique identifier that was returned upon creative creation.Connection
Update the details of an existing creative. You need only supply the unique identifier that was returned upon creative creation.
Authentication
Connected account requiredTags
Create DomainLOB_DOMAIN_CREATEAdd a new custom domain that can be used to create custom links.Connection
Add a new custom domain that can be used to create custom links.
Authentication
Connected account requiredTags
Delete a DomainLOB_DOMAIN_DELETEDelete a registered domain. This operation can only be performed if all associated links with the domain are deleted.Connection
Delete a registered domain. This operation can only be performed if all associated links with the domain are deleted.
Authentication
Connected account requiredTags
Retrieve a domainLOB_DOMAIN_GETRetrieve details for a single domain.Connection
Retrieve details for a single domain.
Authentication
Connected account requiredTags
List all domainsLOB_DOMAIN_LISTRetrieve a list of all created domains.Connection
Retrieve a list of all created domains.
Authentication
Connected account requiredTags
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`.Connection
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`.
Authentication
Connected account requiredTags
Get Lob Credits BalanceLOB_GET_LOB_CREDITS_BALANCEReturns the account's current balance of Lob Credits.Connection
Returns the account's current balance of Lob Credits.
Authentication
Connected account requiredTags
Identity ValidationLOB_IDENTITY_VALIDATIONValidates whether a given name is associated with an address.Connection
Validates whether a given name is associated with an address.
Authentication
Connected account requiredTags
CreateLOB_INFORMED_DELIVERY_CAMPAIGN_CREATECreates a new Informed Delivery campaignConnection
Creates a new Informed Delivery campaign
Authentication
Connected account requiredTags
ListLOB_INFORMED_DELIVERY_CAMPAIGN_LISTList Informed Delivery campaignsConnection
List Informed Delivery campaigns
Authentication
Connected account requiredTags
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.Connection
Retrieves the details of an existing Informed Delivery campaign. You need only supply the `usps_campaign_id` returned in the campaign creation request.
Authentication
Connected account requiredTags
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.Connection
Update the details of an existing Informed Delivery campaign.<br> **NOTE:** you can only update a campaign in the `pending_approval` status.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_LETTER_CREATECreates a new letter given informationConnection
Creates a new letter given information
Authentication
Connected account requiredTags
RetrieveLOB_LETTER_RETRIEVERetrieves the details of an existing letter. You need only supply the unique letter identifier that was returned upon letter creation.Connection
Retrieves the details of an existing letter. You need only supply the unique letter identifier that was returned upon letter creation.
Authentication
Connected account requiredTags
ListLOB_LETTERS_LISTReturns a list of your letters. The letters are returned sorted by creation date, with the most recently created letters appearing first.Connection
Returns a list of your letters. The letters are returned sorted by creation date, with the most recently created letters appearing first.
Authentication
Connected account requiredTags
Create LinkLOB_LINK_CREATEGiven a long URL, shorten your URL either by using a custom domain or Lob's own short domain.Connection
Given a long URL, shorten your URL either by using a custom domain or Lob's own short domain.
Authentication
Connected account requiredTags
Update a LinkLOB_LINK_UPDATEUpdate any of the properties of a shortened link.Connection
Update any of the properties of a shortened link.
Authentication
Connected account requiredTags
Delete LinkLOB_LINKS_DELETEDelete the shortened link.Connection
Delete the shortened link.
Authentication
Connected account requiredTags
Retrieve a linkLOB_LINKS_GETRetrieves a single shortened link.Connection
Retrieves a single shortened link.
Authentication
Connected account requiredTags
List all linksLOB_LINKS_LISTRetrieves a list of shortened links. The list is sorted by creation date, with the most recently created appearing first.Connection
Retrieves a list of shortened links. The list is sorted by creation date, with the most recently created appearing first.
Authentication
Connected account requiredTags
CreateLOB_POSTCARD_CREATECreates a new postcard given informationConnection
Creates a new postcard given information
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
RetrieveLOB_POSTCARD_RETRIEVERetrieves the details of an existing postcard. You need only supply the unique customer identifier that was returned upon postcard creation.Connection
Retrieves the details of an existing postcard. You need only supply the unique customer identifier that was returned upon postcard creation.
Authentication
Connected account requiredTags
ListLOB_POSTCARDS_LISTReturns a list of your postcards. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.Connection
Returns a list of your postcards. The addresses are returned sorted by creation date, with the most recently created addresses appearing first.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_RESOURCE_PROOF_CREATECreates a new resource proof with the provided properties.Connection
Creates a new resource proof with the provided properties.
Authentication
Connected account requiredTags
RetrieveLOB_RESOURCE_PROOF_RETRIEVERetrieves the details of an existing resource proof. You need only supply the unique resource proof identifier.Connection
Retrieves the details of an existing resource proof. You need only supply the unique resource proof identifier.
Authentication
Connected account requiredTags
UpdateLOB_RESOURCE_PROOF_UPDATEUpdates the specified resource proof.Connection
Updates the specified resource proof.
Authentication
Connected account requiredTags
Reverse Geocode LookupLOB_REVERSE_GEOCODE_LOOKUPReverse geocode a valid US location with a live API key.Connection
Reverse geocode a valid US location with a live API key.
Authentication
Connected account requiredTags
CreateLOB_SELF_MAILER_CREATECreates a new self_mailer given informationConnection
Creates a new self_mailer given information
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
Retrieves the details of an existing self_mailer. You need only supply the unique self_mailer identifier that was returned upon self_mailer creation.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
CreateLOB_SNAP_PACK_CREATECreates a new snap_pack given informationConnection
Creates a new snap_pack given information
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
RetrieveLOB_TEMPLATE_RETRIEVERetrieves the details of an existing template. You need only supply the unique template identifier that was returned upon template creation.Connection
Retrieves the details of an existing template. You need only supply the unique template identifier that was returned upon template creation.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
DeleteLOB_TEMPLATE_VERSION_DELETEPermanently deletes a template version. A template's `published_version` can not be deleted.Connection
Permanently deletes a template version. A template's `published_version` can not be deleted.
Authentication
Connected account requiredTags
RetrieveLOB_TEMPLATE_VERSION_RETRIEVERetrieves the template version with the given template and version ids.Connection
Retrieves the template version with the given template and version ids.
Authentication
Connected account requiredTags
UpdateLOB_TEMPLATE_VERSION_UPDATEUpdates the template version with the given template and version ids.Connection
Updates the template version with the given template and version ids.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
ListLOB_TEMPLATES_LISTReturns a list of your templates. The templates are returned sorted by creation date, with the most recently created templates appearing first.Connection
Returns a list of your templates. The templates are returned sorted by creation date, with the most recently created templates appearing first.
Authentication
Connected account requiredTags
CreateLOB_UPLOAD_CREATECreates a new upload with the provided properties.Connection
Creates a new upload with the provided properties.
Authentication
Connected account requiredTags
DeleteLOB_UPLOAD_DELETEDelete an existing upload. You need only supply the unique identifier that was returned upon upload creation.Connection
Delete an existing upload. You need only supply the unique identifier that was returned upon upload creation.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
RetrieveLOB_UPLOAD_RETRIEVERetrieves the details of an existing upload. You need only supply the unique upload identifier that was returned upon upload creation.Connection
Retrieves the details of an existing upload. You need only supply the unique upload identifier that was returned upon upload creation.
Authentication
Connected account requiredTags
UpdateLOB_UPLOAD_UPDATEUpdate the details of an existing upload. You need only supply the unique identifier that was returned upon upload creation.Connection
Update the details of an existing upload. You need only supply the unique identifier that was returned upon upload creation.
Authentication
Connected account requiredTags
ListLOB_UPLOADS_LISTReturns a list of your uploads. Optionally, filter uploads by campaign.Connection
Returns a list of your uploads. Optionally, filter uploads by campaign.
Authentication
Connected account requiredTags
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.Connection
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.
Authentication
Connected account requiredTags
LookupsLOB_ZIP_LOOKUPReturns information about a ZIP codeConnection
Returns information about a ZIP code
Authentication
Connected account requiredTags