This endpoint creates a new API key for a merchant based on the generated API key set. These will be used for authenticating your API calls on OneKhusa.
Bearer authentication header of the form Bearer
Preferred language for the response
Request payload for creating a new client API key
The unique identifier of the organisation
"FYH0NTVW0DXK"
The unique identifier of the merchant account
35253486
The client API key (typically 30 characters)
"abcdefghijklmnopqrstuvwxyz1234"
The client API secret (typically 45 characters)
"ABCDEFGHIJKLMNOPQRSTUVWXYZ123456789012345"
Email address of the user creating the API key
"admin@example.com"
API key has been created successfully
The response is of type string.
"API key has been created successfully"