API reference
GEThttps://ftl.fasttrack.net/v1/auth/login
Login
Server authentication. pass is the account password. The response uses lowercase property names. Pass the returned token and the original appid in lowercase header names on all other API calls.
Legacy API: This read-only reference is preserved for existing v1 integrations. New integrations should use the current API documentation.
Parameters
| Name | In | Requirement | Type | Description |
|---|---|---|---|---|
account | query | Required | string | account number |
pass | query | Required | string | password |
appid | query | Required | string | application id received with sign up email |
Request example
curl --request GET \
--url 'https://ftl.fasttrack.net/v1/auth/login'
Responses
| Status | Description |
|---|---|
200 | Basic user information |