magicToken
Retrieve a specific magic token by its unique identifier.
Returns detailed information about a single magic token including its expiration status, associated user, and usage restrictions.
Possible errors:
- MAGIC_TOKEN_NOT_FOUND_ERROR: Magic token with the specified ID does not exist
AUTH: Role=[configuration.OWNER,configuration.EDITOR,configuration.VIEWER]
magicToken(
id: String!
): MagicToken!
Arguments
magicToken.id
● String!
non-null scalar
Unique identifier of the magic token.
Must be a valid UUID format.
Type
MagicToken
object
Magic token for passwordless authentication.
Magic tokens provide a secure way to authenticate users without requiring passwords. They can be associated with either contacts or customers and support configurable expiration and usage limits.