v1
latestOpenAPI 3.0.12026-07-243686491.1 MBAuthentication
Obtain information about current API Consumer
Deprecated, will be removed by 01.04.24, use /api/v1/consumers/me instead.
get/api/v1/auth/me
Response
Successfully retrieved current consumer
Example response
{
"name": "Monta Team A",
"operatorId": 42,
"operatorIds": [
42
],
"teamIds": [
3342
],
"clientId": "2cae3a14-3dfd-414b-8965-7814370ec324",
"rateLimit": 1000,
"rateLimitIntervalInSeconds": 600,
"scopes": [
"charge-points"
],
"createdAt": "2022-05-12T15:56:45.99Z",
"updatedAt": "2022-05-12T16:56:45.99Z"
}