GET
/
v1
/
me
curl --request GET \
  --url https://api.ongoody.com/v1/me \
  --header 'Authorization: Bearer <token>'
{
  "email": "<string>",
  "public_app_id": "<string>"
}

Authorizations

Authorization
string
header
required

Your Goody API key.

Response

200
application/json
Me retrieved
email
string | null
public_app_id
string | null