Skip to content

List all custom attributes for a project

GET
/api/v4/projects/{id}/custom_attributes

Lists all custom attributes for a specified project.

id
required
One of:
string

The ID or URL-encoded path of the project

OK

Media type application/json
object
key
string
value
string
Example
{
"key": "foo",
"value": "bar"
}

Bad Request

Not Found