Skip to main content
POST
/
credentials
/
grant
Grant credential issuance scope for an approved intent
curl --request POST \
  --url https://api.getovra.com/credentials/grant \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "intentId": "<string>",
  "ttlSeconds": 43215
}
'
{
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.getovra.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key (sk_sandbox_* / sk_test_* / sk_live_*) or Agent token (at_* / at_dlg_*)

Body

application/json
intentId
string
required
ttlSeconds
integer
Required range: 30 <= x <= 86400

Response

Grant created