Open Connector
All tools

Lob

Connect to Lob to manage direct mail, addresses, postcards, letters, checks, campaigns, templates, verification, and billing resources.

lobv1.0.0105 tools

Authentication

MethodKindStatusDetails
Basic Authbasicavailable

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 information

Creates a new address given information

Authentication

Connected account required

Tags

Addresses
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.

Authentication

Connected account required

Tags

Addresses
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.

Authentication

Connected account required

Tags

Addresses
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.

Authentication

Connected account required

Tags

Addresses
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).

Authentication

Connected account required

Tags

US Autocompletions
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".

Authentication

Connected account required

Tags

Bank Accounts
DeleteLOB_BANK_ACCOUNT_DELETEPermanently deletes a bank account. It cannot be undone.

Permanently deletes a bank account. It cannot be undone.

Authentication

Connected account required

Tags

Bank Accounts
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.

Authentication

Connected account required

Tags

Bank Accounts
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.

Authentication

Connected account required

Tags

Bank Accounts
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.

Authentication

Connected account required

Tags

Bank Accounts
CreateLOB_BILLING_GROUP_CREATECreates a new billing_group with the provided properties.

Creates a new billing_group with the provided properties.

Authentication

Connected account required

Tags

Billing Groups
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.

Authentication

Connected account required

Tags

Billing Groups
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.

Authentication

Connected account required

Tags

Billing Groups
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.

Authentication

Connected account required

Tags

Billing Groups
CreateLOB_BOOKLET_CREATECreates a new booklet.

Creates a new booklet.

Authentication

Connected account required

Tags

Booklets
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.

Authentication

Connected account required

Tags

Booklets
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.

Authentication

Connected account required

Tags

Booklets
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.

Authentication

Connected account required

Tags

Booklets
CreateLOB_BUCKSLIP_CREATECreates a new buckslip given information

Creates a new buckslip given information

Authentication

Connected account required

Tags

Buckslips
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.

Authentication

Connected account required

Tags

Buckslips
CreateLOB_BUCKSLIP_ORDER_CREATECreates a new buckslip order given information

Creates a new buckslip order given information

Authentication

Connected account required

Tags

Buckslip Orders
RetrieveLOB_BUCKSLIP_ORDERS_RETRIEVERetrieves the buckslip orders associated with the given buckslip id.

Retrieves the buckslip orders associated with the given buckslip id.

Authentication

Connected account required

Tags

Buckslip Orders
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.

Authentication

Connected account required

Tags

Buckslips
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.

Authentication

Connected account required

Tags

Buckslips
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.

Authentication

Connected account required

Tags

Buckslips
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.

Authentication

Connected account required

Tags

Intl Verifications
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.

Authentication

Connected account required

Tags

US Verifications
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).

Authentication

Connected account required

Tags

Campaigns
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.

Authentication

Connected account required

Tags

Campaigns
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.

Authentication

Connected account required

Tags

Campaigns
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.

Authentication

Connected account required

Tags

Campaigns
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.

Authentication

Connected account required

Tags

Campaigns
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.

Authentication

Connected account required

Tags

Campaigns
CreateLOB_CARD_CREATECreates a new card given information

Creates a new card given information

Authentication

Connected account required

Tags

Cards
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.

Authentication

Connected account required

Tags

Cards
CreateLOB_CARD_ORDER_CREATECreates a new card order given information

Creates a new card order given information

Authentication

Connected account required

Tags

Card Orders
RetrieveLOB_CARD_ORDERS_RETRIEVERetrieves the card orders associated with the given card id.

Retrieves the card orders associated with the given card id.

Authentication

Connected account required

Tags

Card Orders
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.

Authentication

Connected account required

Tags

Cards
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.

Authentication

Connected account required

Tags

Cards
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.

Authentication

Connected account required

Tags

Cards
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.

Authentication

Connected account required

Tags

Checks
CreateLOB_CHECK_CREATECreates a new check with the provided properties.

Creates a new check with the provided properties.

Authentication

Connected account required

Tags

Checks
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.

Authentication

Connected account required

Tags

Checks
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.

Authentication

Connected account required

Tags

Checks
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.

Authentication

Connected account required

Tags

Templates
CreateLOB_CREATE_TEMPLATE_VERSIONCreates a new template version attached to the specified template.

Creates a new template version attached to the specified template.

Authentication

Connected account required

Tags

Template Versions
CreateLOB_CREATIVE_CREATECreates a new creative with the provided properties

Creates a new creative with the provided properties

Authentication

Connected account required

Tags

Creatives
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.

Authentication

Connected account required

Tags

Creatives
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.

Authentication

Connected account required

Tags

Creatives
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.

Authentication

Connected account required

Tags

URL Shortener
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.

Authentication

Connected account required

Tags

URL Shortener
Retrieve a domainLOB_DOMAIN_GETRetrieve details for a single domain.

Retrieve details for a single domain.

Authentication

Connected account required

Tags

URL Shortener
List all domainsLOB_DOMAIN_LISTRetrieve a list of all created domains.

Retrieve a list of all created domains.

Authentication

Connected account required

Tags

URL Shortener
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`.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

AccountsLob Credits
Identity ValidationLOB_IDENTITY_VALIDATIONValidates whether a given name is associated with an address.

Validates whether a given name is associated with an address.

Authentication

Connected account required

Tags

Identity Validation
CreateLOB_INFORMED_DELIVERY_CAMPAIGN_CREATECreates a new Informed Delivery campaign

Creates a new Informed Delivery campaign

Authentication

Connected account required

Tags

Informed Delivery Campaign
ListLOB_INFORMED_DELIVERY_CAMPAIGN_LISTList Informed Delivery campaigns

List Informed Delivery campaigns

Authentication

Connected account required

Tags

Informed Delivery Campaign
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.

Authentication

Connected account required

Tags

Informed Delivery Campaign
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.

Authentication

Connected account required

Tags

Informed Delivery Campaign
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.

Authentication

Connected account required

Tags

Intl Verifications
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.

Authentication

Connected account required

Tags

Letters
CreateLOB_LETTER_CREATECreates a new letter given information

Creates a new letter given information

Authentication

Connected account required

Tags

Letters
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.

Authentication

Connected account required

Tags

Letters
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.

Authentication

Connected account required

Tags

Letters
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.

Authentication

Connected account required

Tags

URL Shortener
Update a LinkLOB_LINK_UPDATEUpdate any of the properties of a shortened link.

Update any of the properties of a shortened link.

Authentication

Connected account required

Tags

URL Shortener
Delete LinkLOB_LINKS_DELETEDelete the shortened link.

Delete the shortened link.

Authentication

Connected account required

Tags

URL Shortener
Retrieve a linkLOB_LINKS_GETRetrieves a single shortened link.

Retrieves a single shortened link.

Authentication

Connected account required

Tags

URL Shortener
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.

Authentication

Connected account required

Tags

URL Shortener
CreateLOB_POSTCARD_CREATECreates a new postcard given information

Creates a new postcard given information

Authentication

Connected account required

Tags

Postcards
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.

Authentication

Connected account required

Tags

Postcards
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.

Authentication

Connected account required

Tags

Postcards
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.

Authentication

Connected account required

Tags

Postcards
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.

Authentication

Connected account required

Tags

QR Codes
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.

Authentication

Connected account required

Tags

Uploads
CreateLOB_RESOURCE_PROOF_CREATECreates a new resource proof with the provided properties.

Creates a new resource proof with the provided properties.

Authentication

Connected account required

Tags

Resource Proofs
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.

Authentication

Connected account required

Tags

Resource Proofs
UpdateLOB_RESOURCE_PROOF_UPDATEUpdates the specified resource proof.

Updates the specified resource proof.

Authentication

Connected account required

Tags

Resource Proofs
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.

Authentication

Connected account required

Tags

Reverse Geocode Lookups
CreateLOB_SELF_MAILER_CREATECreates a new self_mailer given information

Creates a new self_mailer given information

Authentication

Connected account required

Tags

Self Mailers
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.

Authentication

Connected account required

Tags

Self Mailers
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.

Authentication

Connected account required

Tags

Self Mailers
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.

Authentication

Connected account required

Tags

Self Mailers
CreateLOB_SNAP_PACK_CREATECreates a new snap_pack given information

Creates a new snap_pack given information

Authentication

Connected account required

Tags

Snap Packs
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.

Authentication

Connected account required

Tags

Snap Packs
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.

Authentication

Connected account required

Tags

Snap Packs
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.

Authentication

Connected account required

Tags

Snap Packs
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.

Authentication

Connected account required

Tags

Templates
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.

Authentication

Connected account required

Tags

Templates
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.

Authentication

Connected account required

Tags

Templates
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.

Authentication

Connected account required

Tags

Template Versions
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.

Authentication

Connected account required

Tags

Template Versions
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.

Authentication

Connected account required

Tags

Template Versions
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.

Authentication

Connected account required

Tags

Template Versions
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.

Authentication

Connected account required

Tags

Templates
CreateLOB_UPLOAD_CREATECreates a new upload with the provided properties.

Creates a new upload with the provided properties.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

Uploads
ListLOB_UPLOADS_LISTReturns a list of your uploads. Optionally, filter uploads by campaign.

Returns a list of your uploads. Optionally, filter uploads by campaign.

Authentication

Connected account required

Tags

Uploads
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.

Authentication

Connected account required

Tags

US Verifications
LookupsLOB_ZIP_LOOKUPReturns information about a ZIP code

Returns information about a ZIP code

Authentication

Connected account required

Tags

Zip Lookups

Provider resources