Authentication
To access the API you need to authenticate yourself. This is done by using a bearer token.
Client credential authentication
POST auth-q.sra.nl/realms/sra/protocol/openid-connect/token
Content-Type: application/x-www-form-urlencoded
client_id={client-id}
&scope=openid
&client_secret={client-secret}
&grant_type=client_credentials
Subscription
For every API call you need to include a subscription key in the header of the request. This subscription key can be retrieved from the profile page.
Ocp-Apim-Subscription-Key: <Your Subscription Key>