Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
| api:login [2024/09/19 13:48] – rob | api:login [2025/03/14 02:49] (current) – removed chad | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Logging in to the T4 API ====== | ||
| - | |||
| - | ====== Sim Login API ====== | ||
| - | |||
| - | ^ Method | ||
| - | ^ URL | https:// | ||
| - | ^ Body | ||
| - | |||
| - | < | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | ==== Example Response ==== | ||
| - | |||
| - | < | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | **token**: This is the authentication token that your application must use for subsequent API requests. Include this token in the Authorization header as a Bearer token for each request. The format for the Authorization header should be `Authorization: | ||
| - | |||
| - | **expires**: | ||
| - | |||
| - | ====== Live Login API ====== | ||
| - | <WRAP center round info 100%> | ||
| - | All live logins are assigned to you by your clearing firm admin, not CTS | ||
| - | </ | ||
| - | |||
| - | ^ Method | ||
| - | ^ URL | https:// | ||
| - | ^ Body | ||
| - | |||
| - | < | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | " | ||
| - | } | ||
| - | </ | ||
| - | ==== Example Response ==== | ||
| - | |||
| - | < | ||
| - | { | ||
| - | " | ||
| - | " | ||
| - | } | ||
| - | </ | ||
| - | |||
| - | **token**: This is the authentication token that your application must use for subsequent API requests. Include this token in the Authorization header as a Bearer token for each request. The format for the Authorization header should be `Authorization: | ||
| - | |||
| - | **expires**: | ||