Project
objectRepresents 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
ProjectApiKey
objectRepresents an individual API key in a project.
The object type, which is always organization.project.api_key
Allowed values:organization.project.api_key
The redacted value of the API key
The name of the API key
The Unix timestamp (in seconds) of when the API key was created
The identifier, which can be referenced in API endpoints
Show Child Parameters
ProjectApiKeyDeleteResponse
objectAllowed values:organization.project.api_key.deleted
ProjectApiKeyListResponse
objectAllowed values:list
Represents an individual API key in a project.
Show Child Parameters
ProjectCreateRequest
objectThe friendly name of the project, this name appears in reports.