GET /me
Your account: company, plan, streams and identifiers.
Request
curl -s https://dash.eprfrancerep.com/api/v1/me -H "authorization: Bearer $EPR_TOKEN"
Response
{
"client_id": "a3f0c1d2e4b5…",
"email": "you@example.com",
"company": "Example GmbH",
"country": "DE",
"plan": "Standard",
"streams": ["household-packaging"],
"idus": ["FR000000_00AAAA"]
}Fields are null or empty until we have confirmed them during onboarding.