Validates access and initializes an agent request session.
cURL
curl --request POST \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/agents/initialize/{agentId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "accessToken": "<string>", "requestData": {} } '
{ "requestId": "<string>", "isValid": true, "balance": { "isSubscriber": true, "total": 123, "used": 123, "remaining": 123, "expiresAt": "2023-11-07T05:31:56Z" } }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The agent's unique identifier
Request initialization data
Request initialized
Show child attributes