Skip to main content
POST
/
api
/
interaction
/
summary
Get Summary
curl --request POST \
  --url https://app.apigene.ai/api/interaction/summary \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "summary_type": "api_usage",
  "time_frame": "daily",
  "start_date": "2023-11-07T05:31:56Z",
  "end_date": "2023-11-07T05:31:56Z",
  "api_title": [
    "<string>"
  ]
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: 'Authorization: Bearer {token}'

Body

application/json
summary_type
string
default:api_usage
time_frame
string | null
default:daily
start_date
string<date-time> | null
end_date
string<date-time> | null
api_title
string[]

Response

Successful Response