S
Samva
S
Samva
DashboardAPISamva DocumentationQuickstart GuideAuthentication

API Reference

Email Management

Conversation Management

Configuration

Create API KeyGet API KeyGet API Key ActivityGet API Key StatsList API KeysRemove API KeyRotate API KeyUpdate API Key

Analytics & Operations

OpenAPI Specification
API ReferenceApiKeys

Get API Key Activity

GET
/api-keys/:id/activity

Authorization

apiKey
X-API-Key<token>

API key for authentication

In: header

Query Parameters

apiKeyId*string

API key ID

Formatuuid
page?number
Default1
Range1 <= value
limit?number
Default20
Range1 <= value <= 100

Response 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
}

Get API Key

Previous Page

Get API Key Stats

Next Page

curl -X GET "https://samva.app/api/v1/api-keys/:id/activity?apiKeyId=497f6eca-6276-4993-bfeb-53cbbbba6f08"