List all delegations for the authenticated user
Delegation
List Delegations
Returns a paginated list of the authenticated user’s spending delegations. Use accessible=true to return only delegations the requesting API key may spend against. Requires a Nevermined API key.
GET
List all delegations for the authenticated user
Authorizations
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
Query Parameters
Page number (1-based). Defaults to 1.
Number of items per page. Defaults to 10.
When "true", return only delegations accessible to the requesting API key (filters by apiKeyId, Active status, expiry, and remaining budget)
Available options:
true, false