curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/api-keys \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
]
}
'{}Create a new API key for third-party integration
curl --request POST \
--url https://olive-gateway-a6ba.onrender.com/api/v1/api-keys \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"scopes": [
"<string>"
]
}
'{}API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
API key details
API key created
The response is of type object.