Get Category
Get a specific category by ID.
GET
/v1/categories/{category_id}Overview
Retrieve details for a specific category.
Authentication
Required: No
Payment: No
Public endpoint - no authentication needed.
Parameters
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
category_id | string (UUID) | Yes | Category ID |
Response
Status: 200 OK
{
"id": "string",
"name": "string",
"description": "string"
}Code Examples
cURL
curl https://api.grapevine.fyi/v1/categories/{category_id}External Playground
Try this endpoint interactively in Swagger UI:
https://api.grapevine.fyi/v1/docs