Authentication
Include your API key as a Bearer token in theAuthorization header of every request:
Endpoints
The API currently supports the following operations on the/responses resource:
- Create a response —
POST /responses - Retrieve a response —
GET /responses/{response_id} - Delete a response —
DELETE /responses/{response_id} - Cancel a response —
POST /responses/{response_id}/cancel