Create Appointment Type
Creates a new appointment Type.
Authorization
bearerAuth In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Human-readable name of the resource.
1 <= lengthHuman-readable description of the resource.
Identifier assigned by an external system.
Stable key used to identify the resource.
1 <= lengthEmoji value for this resource.
Statuses configured for the resource, in display order.
1 <= itemsResponse Body
application/json
curl -X POST "https://api.getmateo.com/v1/appointment-types" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "name": "string", "description": "string", "external_id": "string", "key": "string", "emoji": "string", "scheduling_enabled": true, "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}List API Tokens GET
Returns a paginated list of aPI Tokens.
Delete Appointment Type by Locator DELETE
Deletes the appointment type resolved by exactly one of id, key, or external_id within this organisation. Gallery and deleted appointment types are excluded. A repeated DELETE may return 404 after the first success; clients may treat that response as the desired already-absent state.