Skip to Content
CORE APIIdentity

Identity

GET/v1/me

Check merchant identity and granted scopes. There is no request body or query parameters.

Example

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

FieldTypeDescription
merchantIdstringMerchant unique identifier
scopesstring[]Granted API scopes
environmentstringEnvironment label: test or live

A 401 Unauthorized means you should check your apiKey, secret, timestamp, and request signature.

Last updated on