# Postable API ## Docs - [Get Account](https://docs.postable.com/api-reference/account/get.md): Retrieve your Postable account information - [Add contact to group](https://docs.postable.com/api-reference/add-contact-to-group.md) - [Add recipients to a project](https://docs.postable.com/api-reference/add-recipients-to-a-project.md): Add one or more recipients to an existing project. Recipients will be added as contacts and associated with the project. If a recipient with the same internal_id already exists, they will be updated instead. - [Login](https://docs.postable.com/api-reference/auth/login.md): Authenticate and receive an API token - [Authenticate and get API token](https://docs.postable.com/api-reference/authenticate-and-get-api-token.md): Exchange credentials for an API bearer token. This is the only endpoint that does not require authentication. - [Card Fonts](https://docs.postable.com/api-reference/cards/fonts.md): Get available fonts for cards - [Get Card](https://docs.postable.com/api-reference/cards/get.md): Retrieve a specific card by ID - [List Cards](https://docs.postable.com/api-reference/cards/list.md): Retrieve a paginated list of all cards - [Checkout Project](https://docs.postable.com/api-reference/cart/checkout.md): Process an order for a project using account credit - [Checkout a project using account credit](https://docs.postable.com/api-reference/checkout-a-project-using-account-credit.md): Process an order for a project using your account credit. The project must have recipients and you must have sufficient credit to cover the order total. - [Create Contact](https://docs.postable.com/api-reference/contacts/create.md): Create a new contact with all related information - [Delete Contact](https://docs.postable.com/api-reference/contacts/delete.md): Delete a contact from your address book - [Contact Events](https://docs.postable.com/api-reference/contacts/events.md): Get contact events for a specific month and year - [Get Contact](https://docs.postable.com/api-reference/contacts/get.md): Retrieve a specific contact by ID - [List Contacts](https://docs.postable.com/api-reference/contacts/list.md): Retrieve a paginated list of all contacts - [Update Contact](https://docs.postable.com/api-reference/contacts/update.md): Update an existing contact - [Create a new contact](https://docs.postable.com/api-reference/create-a-new-contact.md): Creates a new contact with all related information (spouse, children, pets, events) - [Create a new group](https://docs.postable.com/api-reference/create-a-new-group.md) - [Delete contact](https://docs.postable.com/api-reference/delete-contact.md) - [Delete group](https://docs.postable.com/api-reference/delete-group.md) - [Get a specific card](https://docs.postable.com/api-reference/get-a-specific-card.md): Returns a single card by its ID - [Get contact details](https://docs.postable.com/api-reference/get-contact-details.md): Get detailed information about a specific contact including spouse, children, pets, and events - [Get contact events for a specific month and year](https://docs.postable.com/api-reference/get-contact-events-for-a-specific-month-and-year.md): Returns a list of contact events (birthdays and anniversaries) for the specified month and year - [Get contacts in group](https://docs.postable.com/api-reference/get-contacts-in-group.md) - [Get current user account details](https://docs.postable.com/api-reference/get-current-user-account-details.md) - [Get group details](https://docs.postable.com/api-reference/get-group-details.md) - [Add Contacts to Group](https://docs.postable.com/api-reference/groups/add-contacts.md): Add one or more contacts to a group - [Create Group](https://docs.postable.com/api-reference/groups/create.md): Create a new contact group - [Delete Group](https://docs.postable.com/api-reference/groups/delete.md): Delete a group from your account - [Get Group](https://docs.postable.com/api-reference/groups/get.md): Retrieve a specific group by ID - [List Groups](https://docs.postable.com/api-reference/groups/list.md): Retrieve a paginated list of all groups - [List Group Contacts](https://docs.postable.com/api-reference/groups/list-contacts.md): Get a list of contacts in a specific group - [Remove Contacts from Group](https://docs.postable.com/api-reference/groups/remove-contacts.md): Remove one or more contacts from a group - [Update Group](https://docs.postable.com/api-reference/groups/update.md): Update an existing group - [List active cards](https://docs.postable.com/api-reference/list-active-cards.md): Returns a cursor-paginated list of active cards. Supports filtering by occasion_id and category_id. - [List all contacts](https://docs.postable.com/api-reference/list-all-contacts.md): Returns a cursor-paginated list of all contacts for the authenticated user. Supports optional search via query parameter. - [List all groups](https://docs.postable.com/api-reference/list-all-groups.md) - [List available fonts for cards](https://docs.postable.com/api-reference/list-available-fonts-for-cards.md): Returns a list of available fonts for cards. - [List projects](https://docs.postable.com/api-reference/list-projects.md): Returns a cursor-paginated list of projects. - [Track Order](https://docs.postable.com/api-reference/orders/track.md): Get delivery tracking information for an order - [Add Recipients](https://docs.postable.com/api-reference/projects/add-recipients.md): Add recipients to a project - [List Projects](https://docs.postable.com/api-reference/projects/list.md): Retrieve a paginated list of all projects - [Remove contact from group](https://docs.postable.com/api-reference/remove-contact-from-group.md) - [Track order delivery status](https://docs.postable.com/api-reference/track-order-delivery-status.md): Get tracking information for all recipients in an order. Returns delivery status, addresses, and scheduled delivery dates. - [Update contact](https://docs.postable.com/api-reference/update-contact.md): Update a contact and its related information (spouse, children, pets, events) - [Update group](https://docs.postable.com/api-reference/update-group.md) - [Introduction](https://docs.postable.com/index.md): Official documentation for the Postable API - manage contacts, create cards, and organize your mailings ## OpenAPI Specs - [openapi](https://docs.postable.com/openapi.yaml)