Skip to main content
GET
/
scheduler
/
follow-up
/
{id}
Retrieve Whatsapp Follow-up By Agent Id
curl --request GET \
  --url https://api.poligono.ai/v1/scheduler/follow-up/{id} \
  --header 'Authorization: <api-key>'
{
  "data": "<unknown>"
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and JWT token.

Path Parameters

id
string
required

Agent Id

Response

OK

data
any