ProjectApiKey
objectRepresents an individual API key in a project.
objectstringrequired
The object type, which is always organization.project.api_key
Allowed values:organization.project.api_key
redacted_valuestringrequired
The redacted value of the API key
namestringrequired
The name of the API key
created_atintegerrequired
The Unix timestamp (in seconds) of when the API key was created
idstringrequired
The identifier, which can be referenced in API endpoints
ownerobjectrequired
Show Child Parameters
Example
ProjectApiKeyDeleteResponse
objectobjectstringrequired
Allowed values:organization.project.api_key.deleted
idstringrequired
deletedbooleanrequired
Example
ProjectApiKeyListResponse
objectobjectstringrequired
Allowed values:list
dataarray[object]required
Represents an individual API key in a project.
Show Child Parameters
first_idstringrequired
last_idstringrequired
has_morebooleanrequired
Example
ProjectCreateRequest
objectnamestringrequired
The friendly name of the project, this name appears in reports.
Example
ProjectListResponse
objectobjectstringrequired
Allowed values:list
dataarray[object]required
Represents an individual project.
Show Child Parameters
first_idstringrequired
last_idstringrequired
has_morebooleanrequired
Example