Check token validity

GET {{url}}/auth/register/token?token=0000000-0000-0000-0000-000000000000

Checks the validity of the registration token and returns the customer information.

Request Params

KeyDatatypeRequiredDescription
tokenstringRegistration token

RESPONSES

status: OK

{"customerName":"Test Company","isRegistered":true,"registeredOn":"2023-06-30T16:43:29.35995"}