cURL
curl --request POST \ --url https://rest.taxes.provider.com/api/v1/credentials/validate \ --header 'Authorization: Bearer <token>'
{ "status": "VALID" }
This endpoint is used to validate the credentials used to call the Service Provider.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Authentication succeeded.
The response is of type object.
object