Skip to main content
GET
/
v1
/
me
Get current developer profile
curl --request GET \
  --url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "developerId": "<string>",
  "name": "<string>",
  "email": "<string>",
  "mode": "live",
  "plan": "free",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Developer API key

Response

Developer profile

developerId
string
name
string
email
string
mode
enum<string>
Available options:
live,
sandbox
plan
enum<string>
Available options:
free,
pro,
enterprise
createdAt
string<date-time>