Skip to main content
GET
Get the policy a capability's requests must declare right now

Authorizations

Authorization
string
header
required

Caller API key issued by scripts/generate-api-key.ts. Sent as Authorization: Bearer . Verified against a stored SHA-256 hash in constant time by packages/api/src/auth/StaticKeyAuthenticator.ts. Required on every route not listed as exempt in this document's top-level description. See /api-reference/authentication.

Query Parameters

capability
string
required

The capability, the Intent action, for example paytm:refund.

Response

The policy to declare.

capability
string
required
policy
object
required