API reference
Check your access
GET
/v1/api/me Verify Juno credentials and see their organisation, API data environment and scopes. The credential environment is separate from a study's Test mode or Live mode. Any valid research credential may call this; no specific scope is required.
Responses
200 Successful Response
WhoAmIOut | OAuthWhoAmIOut cURL
curl 'https://api.heyjuno.co/v1/api/me' \
-H 'Authorization: Bearer $JUNO_API_KEY'Example response
{
"key_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"key_name": "string",
"expires_at": "2026-01-01T00:00:00Z",
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"org_name": "string",
"environment": "string",
"scopes": [
"string"
]
}