Endpoints
List Projects
Example Request:
Create a Project
name, client_id
Response: 201 Created with the created project object.
Update a Project
200 OK with the updated project object.
Archive a Project
204 No Content
Create, read, update, and delete projects via the Nextoria Hub REST API.
name, client_id
Response: 201 Created with the created project object.
200 OK with the updated project object.
204 No Content