# Kinbox Docs - [Autenticação](https://developer.kinbox.com.br/api-reference/authentication.md): Como se autenticar no Kinbox - [Campos personalizados](https://developer.kinbox.com.br/api-reference/custom-fields.md): Onde usar - [List all contacts](https://developer.kinbox.com.br/api-reference/auto/v1contacts/list-all-contacts.md) - [Retrieve a contact](https://developer.kinbox.com.br/api-reference/auto/v1contacts/retrieve-a-contact.md) - [Create a contact](https://developer.kinbox.com.br/api-reference/auto/v1contacts/create-a-contact.md) - [Update a contact](https://developer.kinbox.com.br/api-reference/auto/v1contacts/update-a-contact.md) - [List all custom fields](https://developer.kinbox.com.br/api-reference/auto/v1customfields/list-all-custom-fields.md) - [Retrieve a custom field](https://developer.kinbox.com.br/api-reference/auto/v1customfields/retrieve-a-custom-field.md) - [List all tags](https://developer.kinbox.com.br/api-reference/auto/v1tags/list-all-tags.md) - [Retrieve a tag](https://developer.kinbox.com.br/api-reference/auto/v1tags/retrieve-a-tag.md) - [Create a tag](https://developer.kinbox.com.br/api-reference/auto/v1tags/create-a-tag.md) - [Update a tag](https://developer.kinbox.com.br/api-reference/auto/v1tags/update-a-tag.md) - [Delete a tag](https://developer.kinbox.com.br/api-reference/auto/v1tags/delete-a-tag.md) - [List all products](https://developer.kinbox.com.br/api-reference/auto/v1products/list-all-products.md) - [Retrieve a product](https://developer.kinbox.com.br/api-reference/auto/v1products/retrieve-a-product.md) - [Create a product](https://developer.kinbox.com.br/api-reference/auto/v1products/create-a-product.md) - [Update a product](https://developer.kinbox.com.br/api-reference/auto/v1products/update-a-product.md) - [Delete a product](https://developer.kinbox.com.br/api-reference/auto/v1products/delete-a-product.md) - [Retrieve a product by external id](https://developer.kinbox.com.br/api-reference/auto/v1products/retrieve-a-product-by-external-id.md) - [List all deals](https://developer.kinbox.com.br/api-reference/auto/v1deals/list-all-deals.md) - [Retrieve a deal](https://developer.kinbox.com.br/api-reference/auto/v1deals/retrieve-a-deal.md) - [Create a deal](https://developer.kinbox.com.br/api-reference/auto/v1deals/create-a-deal.md) - [Update a deal](https://developer.kinbox.com.br/api-reference/auto/v1deals/update-a-deal.md) - [Delete a deal](https://developer.kinbox.com.br/api-reference/auto/v1deals/delete-a-deal.md) - [List all pipelines](https://developer.kinbox.com.br/api-reference/auto/v1pipelines/list-all-pipelines.md) - [Retrieve a pipeline](https://developer.kinbox.com.br/api-reference/auto/v1pipelines/retrieve-a-pipeline.md) - [Create a pipeline](https://developer.kinbox.com.br/api-reference/auto/v1pipelines/create-a-pipeline.md) - [Update a pipeline](https://developer.kinbox.com.br/api-reference/auto/v1pipelines/update-a-pipeline.md) - [Delete a pipeline](https://developer.kinbox.com.br/api-reference/auto/v1pipelines/delete-a-pipeline.md) - [List all campaigns](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/list-all-campaigns.md) - [Retrieve a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/retrieve-a-campaign.md) - [Create a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/create-a-campaign.md) - [Update a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/update-a-campaign.md) - [Delete a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/delete-a-campaign.md) - [Pause a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/pause-a-campaign.md) - [Resume a campaign](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/resume-a-campaign.md) - [Get campaign leads](https://developer.kinbox.com.br/api-reference/auto/v1campaigns/get-campaign-leads.md) - [List all sessions](https://developer.kinbox.com.br/api-reference/auto/v1sessions/list-all-sessions.md) - [Retrieve a session](https://developer.kinbox.com.br/api-reference/auto/v1sessions/retrieve-a-session.md): Accepts either the session id (Mongo ObjectId) or the call id (numeric). If the id is purely numeric, the session is looked up by call.id. - [Send a message](https://developer.kinbox.com.br/api-reference/auto/v1messages/send-a-message.md): Queues a message to a phone number through one of the workspace channels. Official WhatsApp channels (with waba_id) require a `template` for contacts outside the 24h window. Use the returned id with GET /v1/messages/queue/{id} to track delivery. - [Retrieve queued message status](https://developer.kinbox.com.br/api-reference/auto/v1messages/retrieve-queued-message-status.md): Returns the queue status of a message sent via POST /v1/messages/send. - [List all channels](https://developer.kinbox.com.br/api-reference/auto/v1channels/list-all-channels.md): Lists the active channels of the workspace. Official WhatsApp channels have a non-null waba_id. - [Retrieve a channel](https://developer.kinbox.com.br/api-reference/auto/v1channels/retrieve-a-channel.md) - [List channel templates](https://developer.kinbox.com.br/api-reference/auto/v1channels/list-channel-templates.md): Lists the approved message templates of an official WhatsApp channel. Cached for 15 minutes. - [Check if a phone has WhatsApp](https://developer.kinbox.com.br/api-reference/auto/v1channels/check-if-a-phone-has-whatsapp.md): Uses the given WhatsApp channel to check whether the phone number can receive messages. - [List all groups](https://developer.kinbox.com.br/api-reference/auto/v1groups/list-all-groups.md) - [Retrieve a group](https://developer.kinbox.com.br/api-reference/auto/v1groups/retrieve-a-group.md) - [List group users](https://developer.kinbox.com.br/api-reference/auto/v1groups/list-group-users.md) - [Retrieve a group user](https://developer.kinbox.com.br/api-reference/auto/v1groups/retrieve-a-group-user.md) - [List all quick phrases](https://developer.kinbox.com.br/api-reference/auto/v1quickphrases/list-all-quick-phrases.md) - [Retrieve a quick phrase](https://developer.kinbox.com.br/api-reference/auto/v1quickphrases/retrieve-a-quick-phrase.md) ## OpenAPI Specs - [openapi](/api-reference/openapi.json) - [docs-json](/docs-json) - [openapi](/openapi.json)