Skip to main content
GET
/
api
/
v1
/
approvers
List eligible approvers
curl --request GET \
  --url https://app.sajn.se/api/v1/approvers \
  --header 'authorization: <authorization>'
{
  "approvers": [
    {
      "id": "<string>",
      "firstName": "<string>",
      "lastName": "<string>",
      "email": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.sajn.se/llms.txt

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

Headers

authorization
string
required

Bearer token for API authentication

Response

List of eligible approvers

List of eligible approvers

approvers
object[]
required