cURL
curl --request POST \ --url https://app.tagadapay.com/api/public/v1/auth/test \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>", "code": "<string>", "issues": [ { "message": "<string>" } ] }
Test if the API key is valid and return user information
Enter your API key as: Bearer your-api-key
Bearer your-api-key
The body is of type object.
object
Successful response