v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-145745483.2 KB
VerifyV2Entity

Fetch a specific Entity.

Fetch a specific Entity.

get/v2/Services/{ServiceSid}/Entities/{Identity}

Path parameters

ServiceSidstring required

The unique SID identifier of the Service.

Identitystring required

The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.

Response

OK

sidstring nullable

A 34 character string that uniquely identifies this Entity.

identitystring nullable

The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, length between 8 and 64 characters, and generated by your external system, such as your user's UUID, GUID, or SID. It can only contain dash (-) separated alphanumeric characters.

account_sidstring nullable

The unique SID identifier of the Account.

service_sidstring nullable

The unique SID identifier of the Service.

date_createdstring date-time nullable

The date that this Entity was created, given in ISO 8601 format.

date_updatedstring date-time nullable

The date that this Entity was updated, given in ISO 8601 format.

urlstring uri nullable

The URL of this resource.

linksobject nullable

Contains a dictionary of URL links to nested resources of this Entity.