ApiBusiness Context

Businesses the caller belongs to

Every business this user holds a role in. Requires only a consumer token, because this is how somebody discovers what they can switch into.

GET
/api/b/v1/memberships

Every business this user holds a role in.

Requires only a consumer token, because this is how somebody discovers what they can switch into.

Authorization

OAuth2PasswordBearer
AuthorizationBearer <token>

In: header

admin_access_token?string|null

Response Body

application/json

application/json

curl -X GET "https://example.com/api/b/v1/memberships"
[  {    "business": {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "legal_name": "string",      "trading_name": "string",      "country": "string",      "kyb_status": "unverified",      "kyb_tier": "tier_0",      "created_at": "2019-08-24T14:15:22Z"    },    "role": "owner",    "status": "string"  }]