Calls

Projects

4min

The projects endpoint

HTTP


The projects endpoint allows you to return a list of the projects within your organization.

Basic structure

Each call to the API requires action and a group_id.

Name

Type

Required

Description

action

string

true

This describes what you would like to do with the api. For status, the only action is create.

group_id

integer

true

For the projects endpoint, this only needs to be a project within your organization. API-id in the header must be part of the organization that owns the group.

doc

JSON

true

This is the status data you would like to include in the request, formatted as JSON.

Example call

Each call to the API requires action and a group_id.

Curl


Example response

JSON




Updated 01 May 2024
Doc contributor
Doc contributor
Did this page help you?