Companies
Get Companies
GET
https://api.binity.io/v1/companies
Get all companies of the authenticated account.
Headers
Name
Type
Description
Authorization
string
Bearer Token
Create Company
POST
https://api.binity.io/v1/companies
Create a new company.
Headers
Name
Type
Description
Authorization
string
Bearer Token
Request Body
Name
Type
Description
name
string
Name of the company
company_type
string
Can either be 'branch' or 'industry'
Get Company
GET
https://api.binity.io/v1/companies/:uuid
Get data of a single company.
Headers
Name
Type
Description
Authorization
string
Bearer Token
Update Company
PATCH
https://api.binity.io/v1/companies/:uuid
Update data of a single company.
Headers
Name
Type
Description
Authorization
string
Bearer Token
Delete Company
DELETE
https://api.binity.io/v1/companies/:uuid
Delete a single company and all of its assets.
Headers
Name
Type
Description
Authorization
string
Bearer Token
Last updated
Was this helpful?