GET
/
api
/
v1
/
characters
/
{character_role}
/
yaml
Get Character Yaml
curl --request GET \
  --url https://api.jobsim.work/api/v1/characters/{character_role}/yaml \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

character_role
string
required

Response

Successful Response