The ID of the invite to delete.
Delete an invite. If the invite has already been accepted, it cannot be deleted.
Path Parameters
Response
200 application/json
Response
Invite deleted successfully.
InviteDeleteResponse
The object type, which is always organization.invite.deleted
Allowed values:organization.invite.deleted
Authentication
Path Parameters
Returns a list of projects.
Query Parameters
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20.
Default:20
A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list.
If true returns all projects including those that have been archived. Archived projects are not included by default.
Default:false
Response
200 application/json
Response
Projects listed successfully.
ProjectListResponse
Allowed values:list
Represents an individual project.
Show Child Parameters
Authentication
Query Parameters
Create a new project in the organization. Projects can be created and archived, but cannot be deleted.
Body
application/json
Body
The project create request payload.
ProjectCreateRequest
The friendly name of the project, this name appears in reports.
Response
200 application/json
Response
Project created successfully.
Project
Represents an individual project.
The identifier, which can be referenced in API endpoints
The object type, which is always organization.project
Allowed values:organization.project
The name of the project. This appears in reporting.
The Unix timestamp (in seconds) of when the project was created.
The Unix timestamp (in seconds) of when the project was archived or null.
active or archived
Allowed values:activearchived
Authentication
Body
Retrieves a project.
Path Parameters
The ID of the project.
Response
200 application/json
Response
Project retrieved successfully.
Project
Represents an individual project.
The identifier, which can be referenced in API endpoints
The object type, which is always organization.project
Allowed values:organization.project
The name of the project. This appears in reporting.
The Unix timestamp (in seconds) of when the project was created.
The Unix timestamp (in seconds) of when the project was archived or null.
active or archived
Allowed values:activearchived
Authentication
Path Parameters
Modifies a project in the organization.
Path Parameters
The ID of the project.
Body
application/json
Body
The project update request payload.
ProjectUpdateRequest
The updated name of the project, this name appears in reports.
Response
application/json
Response
Project updated successfully.
Project
Represents an individual project.
The identifier, which can be referenced in API endpoints
The object type, which is always organization.project
Allowed values:organization.project
The name of the project. This appears in reporting.
The Unix timestamp (in seconds) of when the project was created.
The Unix timestamp (in seconds) of when the project was archived or null.
active or archived
Allowed values:activearchived