Skip to main content
POST
Resolve a user_code to its verification-page details

Authorizations

Authorization
string
header
required

A Nevermined API key: Authorization: Bearer <sandbox:… | live:…>. Environment-prefixed, not a bare JWT — send the whole string.

Body

application/json
user_code
string
required
Example:

"BCDF-GHJK"

Response

Verification details

connectorName
string
Example:

"LangSmith Fleet"

agentId
string | null
Example:

"did:nv:agent-123"

agentName
string | null
Example:

"My Weather Agent"

Available options:
credits_purchase,
account_access
Example:

"credits_purchase"

resource
string | null
Example:

"https://api.nevermined.app"

scope
string | null
Example:

"openid"