Skip to main content
GET
/
api
/
v1
/
me
/
permissions
Get My Permissions
curl --request GET \
  --url https://api.example.com/api/v1/me/permissions \
  --header 'Authorization: Bearer <token>'
{
  "board_id": "<string>",
  "flags": {},
  "preset_name": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.oktolabs.ai/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.

Query Parameters

board_id
string
required

Board to resolve permissions against

Response

Successful Response

board_id
string
required
flags
Flags · object
required
preset_name
string | null
required
Last modified on May 8, 2026