Categories

Categories for events

GET /events/categories

Headers

Name
Type
Description

Client-Key

String

Your client Key

{
  "data": [
    {
      "id": 2,
      "name": "Keuangan"
    }
  ]
}

POST /events/categories

Headers

Name
Type
Description

Authorization

String

Bearer access_token

Client-Key

String

Your client Key

Request Body

Name
Type
Description

name*

String

Name of the theme

slug

String

Slug of the theme

PUT /events/categories/{id}

Path Parameters

Name
Type
Description

id*

String

The id of the theme

Headers

Name
Type
Description

Client-Key

String

Your client Key

Request Body

Name
Type
Description

name*

String

Name of the theme

slug

String

Slug of the theme

DELETE /events/categories/{id}

Path Parameters

Name
Type
Description

id*

String

The id of the theme

Headers

Name
Type
Description

Client-Key

String

Your client Key

Last updated