GET
/
v1
/
oauth2
/
user
curl --request GET \
  --url https://api.zebedee.io/v1/oauth2/user \
  --header 'apikey: <apikey>' \
  --header 'usertoken: <usertoken>'

Description

You can use this API endpoint to fetch information about a given ZBD User, granted you can pass the provided accessToken.

Configuration

Header Parameters

usertoken
string
required

OAuth2 Access Token

apikey
string
required

ZBD Project API Key