Profile

Get the user profile by email address

GET
/api/v1/profile/email/get
/api/v1/profile/email/get

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Query Parameters

emailstring

The email address of the user

curl -X GET "https://example.com/api/v1/profile/email/get?email=string" \
  -H "Authorization: <token>"

OK