Identity
GET
/v1/meCheck merchant identity and granted scopes. There is no request body or query parameters.
Example
cURL
curl -X GET https://api.transacty.ai/v1/me \
-H "X-Transacty-Key: $TRANSACTY_KEY" \
-H "X-Transacty-Timestamp: $TS" \
-H "X-Transacty-Signature: $SIG" \
-H "Content-Type: application/json"Response fields
| Field | Type | Description |
|---|---|---|
merchantId | string | Merchant unique identifier |
scopes | string[] | Granted API scopes |
environment | string | Environment label: test or live |
A 401 Unauthorized means you should check your apiKey, secret, timestamp, and
request signature.
Last updated on