Invincible Pay
Accounts

Account me

Use this endpoint to fetch information about your account.

GET
/v1/accounts/me

Response Body

application/json

application/json

application/json

curl -X GET "https://api.invinciblepay.com/v1/accounts/me"
{
  "brandId": "string",
  "createdAt": 0,
  "id": "string",
  "referrerAccountId": "string",
  "referrerAffiliateId": "string",
  "status": "inactive",
  "tenantId": "string",
  "type": "personal"
}
{
  "error": "string",
  "error_code": {}
}
{
  "error": "string",
  "error_code": {}
}