Skip to main content
POST
Resolve a connect client_id to its display name + eligibility

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
client_id
string
required
Example:

"fleet"

Response

Connector details

connectorName
string
required
Example:

"LangSmith Fleet"

accountLevelAllowed
boolean
required

True when the client may request at least one account-level consent type (registered, allowAccountLevel, verified, and allowedConsentTypes non-empty). Check allowedConsentTypes for the type being requested.

Example:

true

The account-level consent types this client may request: account_access (a capped card mandate) and/or commerce (a capped on-chain spending mandate for external merchants). Empty when the client may request neither.

Available options:
account_access,
commerce
Example: