Skip to main content
GET
/
v2
/
guidances
/
{id}
Get Guidance
curl --request GET \
  --url https://public.api.serval.com/v2/guidances/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "teamId": "<string>",
    "name": "<string>",
    "description": "<string>",
    "content": "<string>"
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the guidance.

Response

Success

data
object

The guidance.

I