Seguros APIseguros-api reference
Api Keys Controller_create
Authorization
bearer AuthorizationBearer <token>
In: header
Request Body
application/json
Create an API key to authenticate to all endpoints
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/api-keys" \ -H "Content-Type: application/json" \ -d '{ "email": "[email protected]" }'Empty