Skip to main content

Get User Details

This endpoint returns information about the currently logged in user

HTTP Request

GET https://api.doordeck.com/account

Example

CURL
curl "https://api.doordeck.com/account" \
-H "Authorization: Bearer TOKEN"
Remember

Replace TOKEN with your access token.