Skip to main content
GET
/
v1
/
business
/
association
/
{id}
Get association by ID
curl --request GET \
  --url https://api.zeam.money/gw/v1/business/association/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer token issued by the gateway. Source the token from one of:

  • POST /v1/public/auth/verify-otp (OTP user)
  • POST /v1/public/auth-connect/sign-in (Connect app)
  • OAuth (end-user mobile/web)

Include as Authorization: Bearer <token>.

Path Parameters

id
string
required

Resource UUID.

Response

Single association.

id
string
name
string
status
enum<string>
Available options:
active,
suspended,
pending