Skip to content

Retrieve a custom attribute for a project

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

Retrieves a specified custom attribute for a project.

key
required
string

The key of the custom attribute

id
required
One of:
string

The ID or URL-encoded path of the project

Example
1

OK

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

Bad Request

Not Found