API de Mensagens do WhatsApp para Extensão Chrome
  1. CRM Tab
API de Mensagens do WhatsApp para Extensão Chrome
  • WhatsApp Extension API
  • Bearer Token
  • Messages
    • Text message
      POST
    • Audio Message
      POST
    • Doc Message
      POST
    • Video Message
      POST
    • Image Message
      POST
  • Labels
    • Get Labels
      GET
    • Add Label
      POST
    • Remove Label
      POST
  • CRM Tab
    • Get All CRM Tabs
      GET
    • Add CRM Tab
      POST
    • Remove CRM Tab
      POST
  • Remarketing Tab
    • Get All Remarketing Tabs
      GET
    • Add Remarketing Tab
      POST
    • Remove Remarketing Tab
      POST
  • Start Conversation Bot
    • Get Bots List
      GET
    • Start Bot
      POST
  1. CRM Tab

Get All CRM Tabs

GET
https://api.opt-api.com/api/tabs

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.opt-api.com/api/tabs' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{"status":"success","tabs":{"1:1":{"id":"1:1","name":"👤 Privado"},"all":{"id":"all","name":"📤 Tudo"},"onlyGroups":{"id":"onlyGroups","name":"👥 Grupos"},"tab-04ad7cdb-a200-05f5-d1b2-7fab84f9a9e7":{"id":"tab-04ad7cdb-a200-05f5-d1b2-7fab84f9a9e7","name":"Aba3"},"tab-38c75118-ccd4-68b3-dec8-8787425547a9":{"id":"tab-38c75118-ccd4-68b3-dec8-8787425547a9","name":"Aba1"},"tab-ff5c8f50-e49a-4add-bccc-8e251bb5cfa8":{"id":"tab-ff5c8f50-e49a-4add-bccc-8e251bb5cfa8","name":"Aba2"},"unread":{"id":"unread","name":"👀 Não Lido"}}}
Modified at 2025-03-12 14:30:49
Previous
CRM Tab
Next
Add CRM Tab
Built with