Skip to main content
GET
/
api
/
pub
/
wa
/
waba
/
link
Generate Onboarding Link
curl --request GET \
  --url https://app.adsera.in/api/pub/wa/waba/link \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-secret: <api-key>'
{
  "onboardingLink": "https://app.adsera.in/onboarding/unique_token_123"
}

Documentation Index

Fetch the complete documentation index at: https://docs.adsera.in/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-api-key
string
header
required

Your application's unique ID.

x-api-secret
string
header
required

Your application's secret key.

Response

A successful response carrying the onboarding link.

The generated onboarding link.

Example:

"https://app.adsera.in/onboarding/unique_token_123"