Call: https://www.outreach.xyz/api/login
Verb: POST
Body:
{
"username": "sample@username.company.com",
"password": "juksju840jijso8jsjksdfgls"
}Invalid Credential Response:
Body:
{
"success": false,
"message": "invalid credentials"
}Valid Credential Response:
Body:
{
"success": true
}Header:
AUTHTOKEN : 0f7ce359d98abf17384d73dfedc958f2USER
NOTE:
A valid response will return a success message in the BODY as a JSON structure. The response will also include a response HEADER field called “AUTHTOKEN“.
This HEADER field will contain the token that will be used for all subsequent requests.