Skip to main content
GET
/
categories
/
{category_id}
Retrieve a category
curl --request GET \
  --url https://www.wavmaker.com/api/v1/categories/{category_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "rock",
  "type": "genre",
  "name": "Rock"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

category_id
string
required

Response

200 - application/json

The response is of type object.