Get your developer API keys
Set up your Aurinko developer account, obtain API keys, authenticate a test account, and make your first API request.
Last updated
Was this helpful?
Was this helpful?
curl -X GET -H 'Authorization: Bearer {access_token}'
https:/api.aurinko.io/v1/account{
"id":33,
"serviceType":"Google",
"status":"active",
"daemon":false,
"loginString":"",
"email":"",
"name":"Demo User",
"authUserId":"...",
"authOrgId":"yoxel.com",
"authScopes":["Calendar.ReadWrite"],
"tokenIssuedAt":"2019-12-27T19:43:14.187630Z",
"authObtainedAt":"2019-12-27T19:43:14.187639Z",
"authExpiresAt":"2019-12-27T20:43:14.179830Z"
}