Testlify API Onboarding Documentation

Testlify API Onboarding Documentation

Step 1: Create OTP

Request

URL: https://api.testlify.com/v1/public/auth/otp

Method: POST

Request Body:

{

"provider": "email",

"email": "xyz@example.com",

"action": "login",

"language": " ",

"domainName": ""

}

Response : HTTP 204 (No Content)

Step 2: Verify OTP

Request

URL: https://api.testlify.com/v1/public/auth/otp/verify

Method: POST

Request Body:

{

"provider": "email",

"email": "xyz@example.com",

"otp": "555444"

}

Response

Status Code: 200

Response Body:

{

"accessKey": "af9621a4-2cf4-4b82-8714-0a195ce61497-ak"

}

Step 3: Login

Request

URL: https://api.testlify.com/v1/public/auth/login

Method: POST

Request Body:

{

"provider": "email",

"email": "xyz@example.com",

"accesskey": ""734e6d27-686e-46da-a8a8-566993bb6604-ak" (Example)

}

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us