Anonymous Access
curl "https://graph.whisk.com/auth/anonymous/create" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-d '{
"clientId": "<YOUR-APP-ID>"
}'{
"token": {
"access_token": "Xb609ErrcoRNwll9wwxbk70OxFrbxEOu8Ui8ZzV4yJDA9RvLRGFhlMAAfkP2OmSS",
"expires_in": 86400,
"token_type": "Bearer",
"refresh_token": "oS1437tty6buHTef0VGkXgcR7PvOt2DDUntSjWaCtDqJX8osK7d3Mip38NjpJdTH"
}
}Last updated
Was this helpful?