Components
Retrieve a Component
Retrieve a Component.
GET
/
v1
/
components
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token. More info here
Path Parameters
id
string
requiredResponse
200 - application/json
A component is a reusable piece of code that can be used in multiple projects.
object
string
String representing the object's type. Objects of the same type share the same value
id
string
Unique identifier for the component
name
string
Name of the component
slug
string
Slug of the component
avatar_url
string
Avatar of the component
category
string
Category of the component
description
string
Description of the component
versions
any[]
List of versions of the component
repo_link
string
Link to the repository of the component
documentation_link
string
Link to the documentation of the component
dynamic_fields
object
Dynamic fields of the component, used to set up project component settings
created_at
string
Time at which the project was created
updated_at
string
Time at which the project was last updated