NodeRings Docs

Get Connect Account

GET
/v1/provider/connect/account
Authorization<token>

Bearer token

In: header

X-Organization-ID<token>

Tenant or organization identifier

In: header

Response Body

application/json

curl -X GET "https://api.nrings.io/v1/provider/connect/account" \  -H "Authorization: Bearer {your_token}" \  -H "X-Organization-ID: {your_org_id}"
{
  "account": {
    "id": "string",
    "email": "string",
    "country": "string",
    "type": "string",
    "status": "string",
    "onboardingUrl": "string",
    "chargesEnabled": true,
    "payoutsEnabled": true,
    "metadata": {},
    "createdAt": "2019-08-24T14:15:22Z"
  },
  "onboardingUrl": "string",
  "requiresOnboarding": true
}