The Learnspot API (1.0.0)
The Learnspot API documentation.
Download OpenAPI description
Languages
Servers
Mock server
https://docs.thelearnspot.nl/_mock/openapi/
https://docs.thelearnspot.nl/{serverUrl}/
- Mock server
https://docs.thelearnspot.nl/_mock/openapi/oauth/token
https://docs.thelearnspot.nl/https://app.thelearnspot.nl/api/v1/oauth/token
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
https://docs.thelearnspot.nl/_mock/openapi/oauth/token \
-H 'Content-Type: application/x-www-form-urlencoded' \
-d grant_type=client_credentials \
-d client_id=string \
-d client_secret=string \
-d scope=stringResponse
application/json
{ "token_type": "string", "expires_in": 0, "access_token": "string", "refresh_token": "string" }