Logo
⌘K

Authentication Test

Test the validity of an API key.
Parameters

No parameters

Returns

Success status of the test.

GET

/authentication/check

curl -G 'https://www.artelo.io/api/open/authentication/check' \
  -H 'Authorization: Bearer your-token'
Response
{
  "success": true
}