Skip to main content
GET
Get Connected AI Agent

Authorizations

Authorization
string
header
required

Personal API key, created in the Digital Surge app under Account Settings → API Keys. Send it with every request as Authorization: Bearer <your-api-key>.

Path Parameters

id
integer
required

A unique integer value identifying this access token.

Response

200 - application/json

Read-only customer-facing view of a connected MCP AI agent — one AccessToken issued under the MCP OAuth Application. Surfaces the decoded agent name from the ua: scope token; never exposes the access token itself, the refresh token, or the raw scope string.

id
integer
required
read-only
agent_name
string | null
required
read-only
created
string<date-time>
required
read-only
expires
string<date-time>
required
read-only