Skip to main content
GET
/
v1
/
categories
/
{id}
Get Category
curl --request GET \
  --url https://api.lab.fieldnode.dev/v1/categories/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "description": "<string>",
  "parentId": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.fieldnode.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Category id.

Response

The request has succeeded.

id
string
required

Category id.

name
string
required

Category name.

description
string

Category description.

parentId
string

Parent category id.