Fifth Third Bancorp Auth API
The Authentication section explains how to securely interact with Newline's API using access tokens and static IP addresses. Learn how to generate and refresh tokens to access protected resources. **Endpoints:**- POST [Generate an authentication token: POST /auth](https://developers.newline53.com/reference/post_auth)Newline requires access tokens and static IP addresses for authentication and authorization when requesting any resource endpoints. [POST /auth](https://developers.newline53.com/reference/post_auth) is used to obtain and refresh the required access tokens. Please work with your Relationship Team or the Newline Team in all environments to set up the IP Allowlist for your Program. To obtain an access token, you must submit a refresh token. After a program is set up, Newline will share your Program UID and HMAC key offline. These values are required for the refresh token and access token requests.## Auth FlowThe authentication flow is as follows:1. Create a JWT using the following claim:```{ "iat": , "sub": } ```1. Sign the JWT to create a JWS with the shared key using HS512 / SHA-512.2. Exchange for an access token by sending a request to [POST /auth](https://developers.newline53.com/reference/post_auth), using the JWS in the `Authorization` header.3. Access resources through other endpoints using the returned token in the `Authorization` header for up to 8 hours.4. Repeat the process as needed to continue authenticating successfully.> **Note** > If a new access token is requested within the 8 hours of a previous token being successfully exchanged, the new token will still be generated. This does not expire the last token, and both tokens are usable simultaneously until their respective time is up. However, it is encouraged to use the new token and discard the old one if possible, as this behavior may change in the future.
Fifth Third Bancorp Auth API is one of 13 APIs that Fifth Third Bancorp publishes on the APIs.io network, described by a machine-readable OpenAPI specification.
Tagged areas include Authentication. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.
This API exposes 1 operation across 1 path. It is described by OpenAPI 3.2.0, at version 1.0.0.
Requests are made against a single base URL, https://sandbox.newline53.com/api/v1.
Metadata
The identity and technical contract details declared by the specification.
Authentication & Security 1
Fifth Third Bancorp Auth API declares
1 security scheme
for authenticating requests.
An API key is passed in the header as Authorization (ApiKeyAuth).
By default, every request must be authenticated.
ApiKeyAuth— Access token signed with shared HMAC
Paths & Operations 1
Across 1 path, the API surfaces 1 operation — 1 POST. Each is listed below with its method, path, parameters, and response codes.
The Authentication section explains how to securely interact with Newline's API using access tokens and static IP addresses. Learn how to generate and refresh tokens to access pro…
Specification
The full machine-readable OpenAPI contract behind this narrative.
Source
More from Fifth Third Bancorp 12
Other APIs Fifth Third Bancorp publishes across the network.
This is an independent, third-party profile of Fifth Third Bancorp Auth API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.
The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.
Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.
info@apievangelist.com
·
Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and
you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.