Api
Retrieve Contact Opt-in Status
Retrieve a specific contact's details and opt-in status.
AuthorizationBearer <token>
In: header
Path Parameters
phone*string
The user's WhatsApp phone number.
Response Body
application/json
curl -X GET "https://example.com/api/v1/public/contacts/string"{
"success": true,
"contact": {
"phoneNumber": "string",
"isOptedIn": true
}
}Empty
Empty