Get Onboarding Token
onboarding
Get Onboarding Token
Retrieves the onboarding token details and status for a user.
GET
Get Onboarding Token
Authorizations
Include your API key in the x-api-key header to authenticate requests. Each organisation is provided with a unique API key. If your key is lost or compromised, contact support to request a new one.
Path Parameters
The unique public identifier of the user.
Response
Onboarding token retrieved successfully.
A unique signature used for verifying the onboarding link.
Example:
"a1b2c3d4..."
The status of the onboarding process.
Available options:
pending, completed, revoked Example:
"pending"
The generated onboarding link for the user. Null if revoked.
Example:
"https://onboarding.ever.day/243324-234324-123123?signature=a1b2c3..."