Verified Resources

Request phone number verification code

Sends a verification code to the phone number

post/v2/verified-resources/phones/verification-code/request

Headers

Authorizationstring required

value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token

Request body

phonestring required

Phone number to verify.

Example request

{
  "phone": "+372 5555 6666"
}

Response

status'success' | 'error' required

Example response

{
  "status": "success"
}

Changes

No recorded changes to this endpoint across all 50 revisions of this API.