Tikin · Docs
API ReferenceAccounts

Obtener una cuenta

GET
/v1/accounts/{account_id}

La cuenta por su id — tuya; la de otro tenant es 404, no 403.

Authorization

tenantToken
AuthorizationBearer <token>

Tu token de tenant: tk_live_…. El entorno sandbox llega pronto; los tokens tk_test_ quedarán reservados para él. Scopes: read, lookup, transfers, bonuses, payouts, webhooks. Usa el mínimo.

In: header

Path Parameters

account_id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/accounts/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",  "type": "person",  "alias": "string",  "legal_name": "string",  "verification": "unverified",  "created_at": "2019-08-24T14:15:22Z"}