core_applications_metrics_list
GET/api/v3//core/applications/:slug/metrics/
Metrics for application logins
Request
Path Parameters
slug stringrequired
Responses
- 200
- 400
- 403
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
x_cord integerrequired
y_cord integerrequired
[
{
"x_cord": 0,
"y_cord": 0
}
]
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
- curl
- python
- go
- nodejs
- ruby
- csharp
- php
- java
- powershell
- CURL
curl -L -X GET '/api/v3/core/applications/:slug/metrics/' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'