v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1451205197.1 KB

Creates a unique key that you can distribute to clients who invoke your API.

post/v1/apis/{apiId}/apikeys

Path parameters

apiIdstring required

The ID for your GraphQL API.

Request body

descriptionstring

A description of the purpose of the API key.

expiresinteger

From the creation time, the time after which the API key expires. The date is represented as seconds since the epoch, rounded down to the nearest hour. The default value for this parameter is 7 days from creation time. For more information, see .

Response

Success