Company
Manage Companies, the entity representing an individual organisation.
This endpoint is not yet operational and is thus subject to change.
Show Company
GET
https://app.clubcollect.com/api/v2/companies/:id
Fetch a Company’s details.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | Company ID, supplied by ClubCollect. |
Query Parameters
Name | Type | Description |
---|---|---|
api:key | string | Partner API Key (Deprecated) |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | ApiKey <api_key> |
Create Company
POST
https://app.clubcollect.com/api/v2/companies
Create a new Company.
Query Parameters
Name | Type | Description |
---|---|---|
api:key | string | Partner API Key (Deprecated) |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | ApiKey <api_key> |
Request Body
Name | Type | Description |
---|---|---|
name* | string | Name of Company. |
brand* | string | Brand code. From |
email* | string | Email address of Company contact. |
locale* | string | Default locale for Company members. From |
country:code* | string | Country of official Company registration. From |
address1 | string | |
address2 | string | |
house:number | string | |
zipcode | string | |
city | string | |
vat:percentage | number | |
partnership:page:url | string | |
currency* | string | Currency. From |
Update Company
PUT
https://app.clubcollect.com/api/v2/companies/:id
Update Company details.
Path Parameters
Name | Type | Description |
---|---|---|
id* | string | Company ID, supplied by ClubCollect. |
Query Parameters
Name | Type | Description |
---|---|---|
api:key | string | Partner API Key (Deprecated) |
Headers
Name | Type | Description |
---|---|---|
Authorization* | string | ApiKey <api_key> |
Parameters for PUT
are the same as POST
.
Last updated