Requirements
- Organisation admin or organisation manager privileges.
- Programming knowledge.
Create an API token for your organisation
At the organisation page, go to the tab 'API tokens' and use the 'Add organisation API token' button.
A new token will be created and displayed only once. The description is the only way to distinguish the token later on.
Connect to the organisation API
The organisation API endpoint is at https://sram.surf.nl/api/collaborations/v1
.
Example
curl -H "Authorization: bearer $api_key_value" -X GET "https://sram.surf.nl/api/organisations/v1"
Specifications
Refer to the API specifications.