REST APIs for Equifax
Equifax API calls must originate from the end-client
Equifax end-points are accessible by first using the User API /users/efx-config response data, and then the Equifax /oauth/token call. As mentioned above, User API and Equifax API calls are intended to be called from the end-client/user's device.
Equifax Documentation in Swagger
For this path parameter, {efx_url}, use the url found in the response of a call to /users/efx-config.
A successful request to {efx_url}/oauth/token will return credentials required for other Equifax API calls.
The token in this response can be used to access the Equifax API
scope=delivery&grant_type=jwt-bearer&api_key=%7B%7Befx_api_key%7D%7D&client_assertion=%7B%7Befx_assertion%7D%7D
{- "access_token": "87e22d35-0089-4613-809b-62f248c2c978",
- "token_type": "bearer",
- "expires_in": 610,
- "scope": "read write"
}