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
id*
string
Company ID, supplied by ClubCollect.
Query Parameters
api:key
string
Partner API Key (Deprecated)
Headers
Authorization*
string
ApiKey <api_key>
Create Company
POST
https://app.clubcollect.com/api/v2/companies
Create a new Company.
Query Parameters
api:key
string
Partner API Key (Deprecated)
Headers
Authorization*
string
ApiKey <api_key>
Request Body
name*
string
Name of Company.
brand*
string
Brand code. From { clubbaseio knltb dtb clubcollect clubcollectde }
.
email*
string
Email address of Company contact.
locale*
string
Default locale for Company members. From { de en fr it nl }
.
country:code*
string
Country of official Company registration. From { AT BE CH DE GB IE NL }
.
address1
string
address2
string
house:number
string
zipcode
string
city
string
vat:percentage
number
partnership:page:url
string
currency*
string
Currency. From { EUR GBP CHF }
.
Update Company
PUT
https://app.clubcollect.com/api/v2/companies/:id
Update Company details.
Path Parameters
id*
string
Company ID, supplied by ClubCollect.
Query Parameters
api:key
string
Partner API Key (Deprecated)
Headers
Authorization*
string
ApiKey <api_key>
Parameters for PUT
are the same as POST
.
Last updated