Testlify API Onboarding Documentation
Step 1: Create OTP
Request
Method: POST
Request Body:
{
"provider": "email",
"email": "[email protected]",
"action": "login",
"language": " ",
"domainName": ""
}
Response : HTTP 204 (No Content)
Step 2: Verify OTP
Request
Method: POST
Request Body:
{
"provider": "email",
"email": "[email protected]",
"otp": "555444"
}
Response
Status Code: 200
Response Body:
{
"accessKey": "af9621a4-2cf4-4b82-8714-0a195ce61497-ak"
}
Step 3: Login
Request
Method: POST
Request Body:
{
"provider": "email",
"email": "[email protected]",
"accesskey": ""734e6d27-686e-46da-a8a8-566993bb6604-ak" (Example)
}