post https://waapi.app/api/v1/instances//client/action/get-label-by-id
Get label by ID
Log in to see full request history
Response
Get label by ID
xxxxxxxxxx
curl --request POST \
--url https://waapi.app/api/v1/instances/id/client/action/get-label-by-id \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
10{
"data": {
"id": 1,
"name": "First label"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/get-label-by-id"
},
"status": "success"
}