cURL
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" } ] }
Fetches all available systems supported by Twine. This endpoint is accessible by any valid API key, even if the associated role has no rules attached.
Bearer token for authentication
System list response
A response object with paginated list of systems
Show child attributes