Getting a Single Category
Updated
by Taylor Sloane
GET /category/:category_id
Arguments | |
category_id | ID of the category you're trying to GET |
Example response:
{
"category": Category
}