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

Documentation Index

Fetch the complete documentation index at: https://developer.ongoody.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Your Goody API key.

Response

Me retrieved

email
string | null
public_app_id
string | null