create_api_key
Create a new API key for a GreyMatter user by specifying the user ID and expiry time.
Instructions
API Keys · mutation createApiKey. Variables: input. Example variables: {"input":{"expiryTime":"2026-05-01T00:00:00.000Z","user":""}}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | GraphQL: CreateApiKeyInput! | |
| customer_slug | No | Override the x-reliaquest-customer (OpCo) header. |