Getting a Single Category

GET /category/:category_id Arguments category_id Required ID of the category you're trying to GET Example response: { "category": Category }

Taylor Sloane
Updated by Taylor Sloane

GET /category/:category_id

Arguments


category_id
Required

ID of the category you're trying to GET

Example response:

{
"category": Category
}

How did we do?

Getting Categories

The Category Object

Contact