Get Category

GET /categories/{ID}

Get Category for an account.

Responses

  • OK

    Hide response attributes Show response attributes object
    • id integer

      ID of category

    • name string

      Name of the category

  • All errors will return the same object with a describing code & message

    Hide response attributes Show response attributes object
GET /categories/{ID}
curl \
 -X GET https://api.maddenanalytics.com/v2/api/categories/{ID}
Response examples (200)
{
  "id": 42,
  "name": "string"
}
Response examples (default)
{
  "error": "Error Type (if any)",
  "message": "Message describing the error",
  "statusCode": 400
}