Authentication
Learn how to authenticate with Dastra API.
Getting your API secret key
API key (X-API-Key)
curl -X 'GET' \
'https://api.dastra.eu/me' \
-H 'accept: */*' \
-H 'X-API-Key: <your private key here>'
OAuth2 "Authorization code" flow
Authorization
https://account.dastra.eu/connect/authorize?
response_type=code&
client_id={YOUR_CLIENT_ID}&
redirect_uri=https://YOUR_APP/callback&
scope=api1+offline_access&
state={STATE}Parameter Name
Description
OAuth2 "Client credentials" flow
Authentication method
Getting the token
Name
Type
Description
Name
Type
Description
Name
Type
Description
Last updated
Was this helpful?