Auth
Definition
Request URI: https://sofp.lazada.sg/api/auth
Parameters
Field | Type | Description |
---|---|---|
username | string | username as per SOFP |
password | string | password as per SOFP |
Example
POST /api/auth HTTP/1.1
Host: sofp-staging.lzd.co
Headers:
"Content-Type": "application/json"
{
"username":"<username>",
"password":"<password>"
}
Result sample
{
"token":"<token string>"
}
Updated about 7 years ago