GET
/
v1
/
projects
/
{id}
/
components
/
{project_component_id}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token. More info here

Path Parameters

id
string
required
project_component_id
string
required

Response

200 - application/json

A Project Component object represents an integration of a component in a project.

active
boolean
default:
true

Whether the component is active in the project

category
string

Category of the component

component_id
string

Unique identifier for the component

component_slug
string

Slug of the component

component_version
string

Version of the component

id
string

Unique identifier for the project component

object
string

String representing the object's type. Objects of the same type share the same value

settings
object | null

Settings of the component

subcategory
string

Subcategory of the component