Generate API Key

Generate an ApiKey

get

The GenerateApiKey method enables integrators to obtain a unique API key, allowing them to act on behalf of an end customer with the customer's approval.This method requires the approval ID as a parameter, serving as confirmation that the customer has granted permission for the integrator's actions. When invoked, the method generates a distinct API key, which serves as the integrator's secure credential for accessing and interacting with the designated APIs on the customer's behalf. This mechanism ensures that integrators can securely engage with the API, fulfilling their role while adhering to the customer's authorization.

Authorizations
AuthorizationstringRequired
Path parameters
approvalIdstringRequired
Responses
200

Returns an apikey

application/json
get
/v1/apikey/generate/{approvalId}

Last updated