v1
latestSwagger 2.02026-07-1760185352.5 KBidentity
Get an Identity by its External ID
Return an identity by its external ID. You can optionally include credentials (e.g. social sign in connections) in the response by using the include_credential query parameter.
get/admin/identities/by/external/{externalID}
Path parameters
externalIDstring required
ExternalID must be set to the ID of identity you want to get
Query parameters
include_credentialstring[]
Include Credentials in Response
Include any credential, for example password or oidc, in the response. When set to oidc, This will return the initial OAuth 2.0 Access Token, OAuth 2.0 Refresh Token, and the OpenID Connect ID Token if available.
Response
identity
Example response
{
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}