Last updated 4 years ago
This API available only for user access-token integration
User info from retailers, which can be fetched using OAuth token
curl "https://graph.whisk.com/v1/retailers/userinfo?token=d0a2bb8e-24b5-4bb9-a3a1-7f039070ac0f" \ -H "Accept: application/json" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer <Access-Token>"
{ "zip": 10001 }
GET
/v1/retailers/userinfo
ATTRIBUTE
TYPE
DESCRIPTION
token*
string
OAuth token
zip