Skip to main content
GET
https://api.smlcrm.com
/
tempo
/
v1
/
validate
Validate API key
curl --request GET \
  --url https://api.smlcrm.com/tempo/v1/validate \
  --header 'Authorization: Bearer <token>'

Headers

  • Authorization: Bearer sim-key_id-secret
  • Content-Type: application/json

Responses

200 OK

{
  "valid": true,
  "key_id": "key_id",
  "status": "active",
  "env": "live",
  "project_id": "project_id",
  "organization_id": "org_id",
  "user_id": "user_id",
  "product_id": "platform",
  "name": "example",
  "expires_at": null,
  "rate_limit_per_minute": 60,
  "rate_limit_per_hour": 1000
}