Returns a link that will allow the user to temporary login into customer portal
GET https://api.billagain.com/v1/portal/loginlink
Parameter | Format | Description |
---|---|---|
customerID req | Numeric | Unique customer identifier |
Parameter | Format | Description |
---|---|---|
url | Alpha Numeric | Link to customer portal including unique token |
token | Alpha Numeric | Unique temporary token that wil expire 15 minutes after creation that is used to log in |
HTTP CODE: 200 OK
{
"url": "http://{subdomain}.mybillagain/action/login/1ed3a0cf-8320-4280-8711-375c25c62b18",
"token": "1ed3a0cf-8320-4280-8711-375c25c62b18"
}