Sakhaa Center
API ReferenceReference

Get the active API client settings

GET/info

Use this endpoint as the first bounded connection check. It does not return the API secret.

Authorization

ApiKey ApiSecret
X-API-Key<token>

The API client key shown in Sakhaa.

In: header

X-API-Secret<token>

The one-time API client secret. Keep it in a server-side secret store.

In: header

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/info"
{  "success": true,  "statusCode": 0,  "timestamp": "2019-08-24T14:15:22Z",  "message": "string",  "data": {    "client_name": "string",    "rate_limit": 0,    "default_lead_source": "string",    "has_custom_field_mapping": true,    "allowed_origins": [      "string"    ]  }}