WhatsApp Use
Usage

List usage for the current API key

GET
/v1/usage

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?integer

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/usage"
{  "items": [    {      "id": "string",      "api_key_id": "string",      "target": "string",      "method": "string",      "path": "string",      "status_code": 0,      "duration_ms": 0,      "request_bytes": 0,      "response_bytes": 0,      "error": "string",      "created_at": "2019-08-24T14:15:22Z"    }  ],  "summary": {}}
{  "error": "string"}