User Agents

Get user agent

Returns details of a specific user agent by user agent ID

get/zones/{zoneId}/user-agents/{id}

Path parameters

zoneIdstring required

Zone ID

idstring required

User agent ID

Response

A User Agent represents a user agent (browser, desktop app, CLI tool) that can initiate user sessions via OAuth 2.0 Dynamic Client Registration.

idstring required

Unique identifier of the user agent

organization_idstring required

Organization that owns this user agent

zone_idstring required

Zone this user agent belongs to

slugstring required

URL-safe identifier, unique within the zone

identifierstring required

User agent identifier (serves as OAuth client_id). Format: ua:{sha256_hash}

namestring required

Human-readable name

created_atstring date-time required

Entity creation timestamp

updated_atstring date-time required

Entity update timestamp

Changes

Changed in 2 of the 23 revisions of this API.4

    • added the non-success response with the status 404

      response-non-success-status-added

    • the endpoint scheme security OAuth2 was added to the API

      api-security-added

    • the endpoint scheme security bearerAuth was added to the API

      api-security-added

    • the endpoint scheme security iam_bearerAuth was removed from the API

      api-security-removed

    This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog