get https://api.dastra.eu/me
Request sample :
curl --location --request GET 'https://api.dastra.eu/me'
--header 'Authorization: Bearer {access_token}'
Log in to see full request history
Response
200OK
Request sample :
curl --location --request GET 'https://api.dastra.eu/me'
--header 'Authorization: Bearer {access_token}'
200OK
xxxxxxxxxx
curl --request GET \
--url https://api.dastra.eu/me
Try It!
to start a request and see the response here!