Skip to main content
POST
/
credentials
/
validate
Validate credentials
curl --request POST \
  --url https://api.example.com/credentials/validate \
  --header 'Authorization: <api-key>'
{
  "status": "VALID"
}

Documentation Index

Fetch the complete documentation index at: https://spidocs.chargebee.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Headers

merchant_id
string

Merchant's domain name will be sent by Chargebee

trace_id
string

Unique id of the request will be sent by Chargebee

Response

Authentication succeeded.

status
enum<string>
required

The status of the credentials used for authentication.

Available options:
VALID,
INVALID