Double opt In
Authorizations
AuthorizationstringRequired
To generate an anonymous token, check out the 'Requesting an anonymous token' endpoint.
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$tokenstringRequired
The token sent in email to customer during account creation.
Responses
200
OK
application/json
accessTokenstring · min: 1OptionalDeprecated
expiresInnumber · int32OptionalDeprecated
refreshTokenstring · min: 1OptionalDeprecated
refreshTokenExpiresInnumber · int32OptionalDeprecated
access_tokenstring · min: 1Optional
expires_innumber · int32Optional
refresh_tokenstring · min: 1Optional
refresh_token_expires_innumber · int32Optional
token_typestringOptional
session_idstringOptional
saasTokenstring · min: 1OptionalDeprecated
saas_tokenstring · min: 1Optional
initialPasswordstringOptional
Indicates if login was performed with password created by an employee
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Unauthorized
application/json
get
/customer/{tenant}/signup/optin/{token}Authorizations
AuthorizationstringRequired
To generate an anonymous token, check out the 'Requesting an anonymous token' endpoint.
Path parameters
tenantstring · min: 3 · max: 16RequiredPattern:
Your Emporix tenant name.
Note: The tenant should always be written in lowercase.
^[a-z][a-z0-9]+$Body
emailstringRequired
Customer email address.
Responses
202
Accepted
400
Request was syntactically incorrect. Details will be provided in the response payload.
application/json
401
Unauthorized
application/json
post
/customer/{tenant}/signup/optin/refresh_tokenNo content
Last updated
Was this helpful?

