Authentication
Authorizations
x-client-idstringRequired
Your project client ID from orda dashboard
x-signaturestringRequired
HMAC-SHA256 signature of canonical request body using your client secret
x-timestampstringRequired
Unix timestamp in milliseconds for replay protection (recommended)
Header parameters
x-client-idstringRequiredExample:
Your project's client ID
prj_abc123def456ghi789x-client-secretstringRequiredExample:
Your project's client secret
sec_xyz789abc123def456Body
expiresIninteger · min: 60 · max: 86400OptionalDefault:
Token expiration time in seconds (default 3600 = 1 hour)
3600Example: 3600Responses
200
Token generated successfully
application/json
401
Unauthorized - Invalid or missing credentials
application/json
429
Too Many Requests - Rate limit exceeded
application/json
500
Internal Server Error
application/json
post
/tokensLast updated