Skip to main content
GET
https://api.useadam.io/v1/adam
/
auth
/
validate
Validate business
curl --request GET \
  --url https://api.useadam.io/v1/adam/auth/validate \
  --header 'X-API-Key: <api-key>'
{
  "status": "success",
  "message": "Business validated successfully",
  "data": {
    "uuid": "business-uuid",
    "name": "Business Name",
    "email": "business@example.com",
    "logo": "https://example.com/logo.png",
    "currency": "USD",
    "country": "US",
    "timezone": "America/New_York"
  }
}
Use a business tyms_sk_... key, not a partner key. After Register business, validate with that business’s secret.

Authorizations

X-API-Key
string
header
default:your_tyms_sk_or_partner_key
required

Business secret tyms_sk_... for all routes except Register business, which expects your partner secret.

Response

Business profile for the authenticated key

status
string
message
string
data
object