Skip to content

Generate (or rotate) the account's API key

POST
/apikey/generate/
curl --request POST \
--url https://app.qsig.in/backend/othercompanyapi/apikey/generate/

Auth: Bearer of the api_admin. Returns the full key ONCE (qsk_live_…); store it securely.

New key

Media type application/json
object
api_key
string
api_key_prefix
string
Example generated
{
"api_key": "example",
"api_key_prefix": "example"
}