Most API:s require the requests to include an OAuth 2 bearer token also known as an access token. Fetch access token An access token can be fetch with a HTTP POST request to https://skolid.se/connect/token with the following form values: grant_type = client_credentials client_id = client id received from IST client_secret = client secret received from IST (OPTIONAL) scope = the scopes/apis that should be included in the access token. Leave empty to include