Capability
Capability lookup
This method is asynchronous - it immediately returns the requested Capability registration. Capability check is then delivered as a callback to registered webhooks with trigger CAPABILITY for every reachable channel.
post/v1/projects/{project_id}/capability:query
Request body
Example request
{
"app_id": "{APP_ID}",
"recipient": {
"identified_by": {
"channel_identities": [
{
"channel": "WHATSAPP"
}
]
}
}
}Response
A successful response.
Example response
{
"recipient": {
"identified_by": {
"channel_identities": [
{
"channel": "WHATSAPP"
}
]
}
}
}