Skip to main content
GET
/
api
/
v1
/
entitlements
/
out
/
{id}
List outbound entitlements
curl --request GET \
  --url http://localhost:8888/api/v1/entitlements/out/{id}
{
  "entitlement": {
    "hash": "72d04a04868a87c8a52ebdc4feddaf3400d365588c488a88743688d2762a9211",
    "proof": {
      "access_period": {
        "start": "2024-09-01T12:05:56.112244Z"
      },
      "bearer": "Z7z883kjaEMEpPpxiiy2iDmGBcud",
      "bearer_key": "GKKPAB7n9GXj8fJr8mB7k9Maw6mesaQ9UyqE7Hk74tTC",
      "instruction": {
        "beneficiary": "[email protected]",
        "hash": "efa31e68e0cc1fc8d5447b6c5ea101c751381692f0b97e64fd5187f60b68d647",
        "realm": "example.com/my/webpage/12345"
      },
      "payment_details": {
        "paid_amount": "0.002",
        "paid_currency": "VTX",
        "txid": "VZ8Tgxj8TD98KwqHxPpuoNQkHkP5"
      }
    },
    "signature": "3BPBj6uZo5ajjFy12SGYiZq6zYcuD5djmNegMtKDKf2YTauRTiquyoNDFB4i44nrT2dEyL37Z5gmpxUwmvcDMzY6",
    "version": "1.0"
  }
}

Path Parameters

id
string
required

User ID

Response

200 - application/json

EntitlementResponse

entitlement
object
required