Error
A valid request URL is required to generate request examples{
"customers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"role": "owner",
"role_name": "Owner",
"permissions": [
"$team.manage",
"$billing.manage",
"$keys.manage"
],
"joined_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}Customer teams
List the contact's customers
Every customer this contact belongs to, with the role held in each — what a team switcher renders. Ordered by when each membership was made, so the list does not reshuffle between page loads.
Pick one and send its id in X-Customer-Id from then on.
GET
/
v1
/
contact
/
customers
Error
A valid request URL is required to generate request examples{
"customers": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"role": "owner",
"role_name": "Owner",
"permissions": [
"$team.manage",
"$billing.manage",
"$keys.manage"
],
"joined_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z"
}
]
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}{
"error": {
"code": "forbidden",
"message": "your role does not allow this action"
}
}