Use this endpoint to generate a new API key for a merchant. API keys allow your server-side code to authenticate requests without a user session, making them suitable for automated integrations and backend services.Documentation Index
Fetch the complete documentation index at: https://docs.iterapay.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
This endpoint requires Bearer token authentication. API key authentication is not accepted here, as this endpoint manages the API keys themselves.
Path parameters
The UUID of the merchant for which to generate an API key.
Response
Returns a200 OK with the newly generated API key on success. Store this value securely — it is only returned once and cannot be retrieved again.
The full API key string. Use this value in the
X-Api-Key header for subsequent requests. The key is prefixed with iterapay_live_ to indicate its environment.