Error
A valid request URL is required to generate request examples{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"darkColors": [
"<string>"
],
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>",
"isActive": true
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
List color palettes
List all color palettes in the organization
GET
/
api
/
v1
/
org
/
color-palettes
Error
A valid request URL is required to generate request examples{
"results": [
{
"createdAt": "2023-11-07T05:31:56Z",
"darkColors": [
"<string>"
],
"colors": [
"<string>"
],
"name": "<string>",
"organizationUuid": "<string>",
"colorPaletteUuid": "<string>",
"isActive": true
}
],
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?
āI