Authorization
string
required
Example:
Authorization | Bearer Paste-Your-API-Key-HereRequest Body
string
required
Customer email. The magic link is sent to this address.
Response
Successful ResponseMain Structure (Root)
integer
Status code form API.
string
Status message that describes the status code.
object
The magic-link request result.
data Structure (Object)
string
Information about the magic link request that was made.
Errors
object
Returned with
messages: "Validation Error." when the request body fails
validation (e.g. missing email).object
Returned with
messages: "Email tidak terdaftar" when no customer matches the
email.