Rest API
Get custom components
GET /api/v1/components/custom-components
GET
/api/v1/components/custom-components
List the custom components available to the account: its own, plus the public and built-in AI ones.
Notes
- Disabled components are left out
createdAtandupdatedAtare stripped from the response- Creating, updating and deleting custom components are not available with an API key, only from the dashboard
Parameters
Section titled “ Parameters ”Header Parameters
Section titled “Header Parameters ” x-api-key
required
string
Your API key from account settings.
x-user-email
required
string
The email address of your user.
x-account-id
required
string
The ID of your account. You can find this in the account settings.
x-website-id
required
string
The ID of the workspace you want to use.
Responses
Section titled “ Responses ”The available custom components.
object
components
Array<object>
object
Unauthorized - invalid API key.