Skip to content

Get a component by ID

GET
/v1/components/{componentId}
curl --request GET \
--url https://api.quaze.io/v1/components/%7BcomponentId%7D \
--header 'Authorization: REPLACE_KEY_VALUE'
componentId
required
string

Component details

Missing or invalid authentication

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}

Resource not found

Media type application/json
object
error
required
string
Example generated
{
"error": "example"
}