Skip to main content
GET
/
protocol
/
token
/
{planId}
/
{agentId}
Get Access Token
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"
}

Authorizations

Authorization
string
header
required

Your Nevermined API Key (starts with 'nvm:'). Get one at nevermined.app under Settings > API Keys.

Path Parameters

planId
integer
required

The plan's unique identifier

agentId
string
required

The agent's unique identifier

Response

Access token generated

accessToken
string
neverminedProxyUri
string
expiresAt
string<date-time>