Customisers
List customisers
Get all customisers for the current organisation.
Authorisation
Bearer token required. Include in the
Authorization header.
List customisers
curl https://web.signcustomiser.com/api/v2/customisers \
--header 'Accept: application/json' \
--header 'Authorization: Bearer YOUR_API_TOKEN' Response 200
{
"customisers": [
{
"customiser_id": 1,
"name": "Storefront neon sign",
"price_type": "FIXED_WIDTH",
"product": "NEON",
"selection_type": "SINGLE",
"active": true,
"created_at": "2024-01-01T00:00:00.000000Z",
"updated_at": "2024-01-01T00:00:00.000000Z"
}
]
}