Skip to main content
POST
/
pipeline
/
gateway-route
/
{gateway_route_id}
/
access-key
Create access key
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/gateway-route/{gateway_route_id}/access-key \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "title": "<string>",
  "key": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Path Parameters

gateway_route_id
string<uuid>
required

Body

application/json
type
enum<string>
required
Available options:
generated,
user_defined
title
string
required
Required string length: 1 - 512
Pattern: ^[^<>"]+$
key
string
Required string length: 1 - 512

Response

200

Default Response