Skip to main content
POST
cURL
This endpoint lets you create a new WhatsApp Account Link Session.

Authorizations

X-API-Key
string
header
required

API key authentication. Pass your API key in the X-API-Key header.

Body

application/json
successUrl
string<uri>
required
returnUrl
string<uri>
required

Response

201 - application/json
id
string<uuid>
required
read-only
successUrl
string<uri>
required
returnUrl
string<uri>
required
status
enum<string>
required
  • PENDING - Pending
  • EXPIRED - Expired
  • SUCCESS - Success
  • FAILED - Failed
Available options:
PENDING,
EXPIRED,
SUCCESS,
FAILED