Skip to content

Get category

GET
/categories/{id}

Parameters

Path Parameters

id*
Type
string
Required
Format
"uuid"

Responses

Category details

application/json
JSON
{
"id": "string",
"name": "Medical",
"slug": "medical",
"description": "string",
"icon": "string",
"fundraiser_count": 0,
"total_raised": 0
}

Playground

Server
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

Built with VitePress