API de Mensagens do WhatsApp para Extensão Chrome
  1. Labels
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. Labels

Get Labels

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

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/labels' \
--header 'Authorization: Bearer <token>'

Responses

🟢200OK
application/json
Body

Example
{"status":"success","labels":[]}
Modified at 2025-03-12 14:31:16
Previous
Labels
Next
Add Label
Built with