Skip to main content
GET
/
v1
/
systems
Get Systems
curl --request GET \
  --url https://api.twine.se/v1/systems \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "018eae56-8f9d-7ca0-bea3-17f3db6cf75b",
      "kind": "other",
      "name": "Evity HR",
      "slug": "twine"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer token for authentication

Response

System list response

A response object with paginated list of systems

data
System · object[]
required