Skip to main content
GET
Get an intern's daemon access

Authorizations

Authorization
string
header
required

API key as bearer token in Authorization header

Path Parameters

internId
string
required

ID of an intern visible to the authenticated API key.

Minimum string length: 1
Example:

"7c9e6679-7425-40de-944b-e07fc1f90ae7"

Response

Daemon origin and token.

The intern daemon's origin and the bearer ori tui --host sends to it as ORI_DAEMON_TOKEN.

origin
string
required
Pattern: ^https?:\/\/([a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*)(?::(\d{1,5}))?$/iu
token
string
required
Pattern: ^[\w-]+$/u