Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
api:login [2024/01/09 13:50] – created chad | api:login [2025/03/14 02:49] (current) – removed chad | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Logging in to the T4 API ====== | ||
- | |||
- | ====== 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**: | ||
- | |||