Generates access credentials for agent-plan interaction.
cURL
curl --request GET \ --url https://api.sandbox.nevermined.dev/api/v1/protocol/token/{planId}/{agentId} \ --header 'Authorization: Bearer <token>'
{ "accessToken": "<string>", "neverminedProxyUri": "<string>", "expiresAt": "2023-11-07T05:31:56Z" }
Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.
The plan's unique identifier
The agent's unique identifier
Access token generated