POST
/
registrations
/
{id}
/
request-validation
curl --request POST \
  --url https://base_url/api/v1/registrations/{id}/request-validation \
  --header 'Authorization: Bearer <token>'
{
  "message": "Successfully started validation process for your registration."
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The unique identifier of the registration to begin onboarding.

Response

200
application/json
Sales tax registration response
message
string
Example:

"Successfully started validation process for your registration."