RayFlow Docs
Api

Retrieve Contact Opt-in Status

GET
/api/v1/public/contacts/{phone}

Retrieve a specific contact's details and opt-in status.

Authorization

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