Projects
Get Projects
GET
https://api.binity.io/v1/companies/:uuid/projects
Get all projects of that specific company.
Headers
Authorization
string
Bearer Token
Create Project
POST
https://api.binity.io/v1/companies/:uuid/projects
Create a new project.
Headers
Authorization
string
Bearer Token
Request Body
name
string
Name of the project
location_uuid
string
The location uuid of which this project should be part of.
Get Project
GET
https://api.binity.io/v1/companies/:uuid/projects/:project_uuid
Get data of a single company.
Headers
Authorization
string
Bearer Token
Update Project
PATCH
https://api.binity.io/v1/companies/:uuid/projects/:project_uuid
Update data of a single project.
Headers
Authorization
string
Bearer Token
Delete Location
DELETE
https://api.binity.io/v1/companies/:uuid/projects/:project_uuid
Delete a single project.
Headers
Authorization
string
Bearer Token
Last updated
Was this helpful?