Authentication
Validate credentials
This endpoint is used to validate the credentials used to call the Service Provider.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
Authentication succeeded.
The status of the credentials used for authentication.
Available options:
VALID
, INVALID