Test Authentication

URL: https://api.gradual-api.com/public-api/v1/auth

HTTP Method: GET

Content type: application/json

Tier: Light

A simple endpoint to verify that your API credentials are valid. Returns a success message if authentication passes.

Response Example:

{
"message": "authorization successful"
}

Notes:

  • Use this endpoint to verify your Authorization and x-client-id headers are configured correctly before making other API calls. Header Example:
"Authorization": "Bearer 1Fwqh3Y3tmJ4IeUALcjJ"
"x-client-id": "slug:tcBOeU"
"Content-Type": "application/json"
  • Returns 401 if authentication fails.