POST
/
api
/
v1
/
gateways
/
{gateway_id}
/
keys
{
  "active": true,
  "created_at": "<string>",
  "deleted_at": "<string>",
  "expires_at": "<string>",
  "gateway_id": "<string>",
  "id": "<string>",
  "key": "<string>",
  "name": "<string>"
}

Headers

Authorization
string
required

Authorization token

Path Parameters

gateway_id
string
required

Gateway ID

Body

application/json

API Key request body

The body is of type object.

Response

201
application/json

API Key created successfully

The response is of type object.