API ReferenceApiKeys
Get API Key Activity
Authorization
apiKey X-API-Key<token>
API key for authentication
In: header
Query Parameters
apiKeyId*string
API key ID
Format
uuidpage?number
Default
1Range
1 <= valuelimit?number
Default
20Range
1 <= value <= 100Response Body
application/json
curl -X GET "https://samva.app/api/v1/api-keys/:id/activity?apiKeyId=497f6eca-6276-4993-bfeb-53cbbbba6f08"{
"data": [
{
"id": "string",
"timestamp": "string",
"method": "string",
"endpoint": "string",
"statusCode": 0,
"latency": 0
}
],
"total": 0,
"hasMore": true
}