Path parameters
-
id
string Required The unique identifier of the one time token.
GET
/api/one-time-tokens/{id}
curl \
--request GET 'https://[tenant_id].logto.app/api/one-time-tokens/{id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"tenantId": "string",
"id": "string",
"email": "string",
"token": "string",
"context": {
"jitOrganizationIds": [
"string"
]
},
"status": "active",
"createdAt": 42.0,
"expiresAt": 42.0
}