Api
Revoke an API key
Admin-only. Marks the key revoked (never deletes it, for the audit trail). A revoked key stops parsing immediately.
Path Parameters
key_id*Key Id
Header Parameters
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/v1/keys/string"Empty
{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "error": "string", "error_class": "string", "format_version": "string", "marker_coverage": 0}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Provision or regenerate the owner's test key POST
Admin-only. Revokes any existing active test key for the owner and issues a fresh one (exactly one active test key per owner). Returns the raw key exactly once.
Start a subscription checkout (admin) POST
Admin-only. Initializes a Paystack transaction for the tier's plan and returns inline-checkout params. apps/app proxies this; the Paystack secret stays worker-side.