List event type categories
Lists event type categories.
GET
/v1/marketplace/event_type_categoriesAuthorization
Marketplace-Authentication
Authorization<token>
The Noona Marketplace API uses an Authorization header with JWT Bearer tokens to authenticate marketplace users.
In: header
Query Parameters
select?array<string>
expand?array<string>
Header Parameters
Accept-Language?string
The language to return event type categories in.
It is also possible to query for all languages by passing in "*".
Example
"is"Response Body
application/json
application/json
curl -X GET "https://api.noona.is/v1/marketplace/event_type_categories"[
{
"titles": {
"en": "Men's haircut",
"is": "Karlaklipping",
"fr": "Coupe pour homme"
}
}
]{
"type": "generic_error",
"message": "Time slot is not available."
}