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

Path Parameters

gateway_id
string
required

Gateway ID

Body

application/json
API Key request body
name
string
required
expires_at
string

Response

201
application/json
API Key created successfully
active
boolean
created_at
string
deleted_at
string
expires_at
string
gateway_id
string
id
string
key
string
name
string