v1

latestOpenAPI 3.0.12026-07-243407211.3 MB
Users

Get Credit Scores – Retrieves credit scores for a user associated with an account.

Retrieves credit scores for the specified user and account. Optional date range filters can be provided. Returns the user's credit scores and related information.

post/programs/{programCode}/accounts/{accountIdentifier}/users/{userIdentifier}/getCreditScores

Path parameters

programCodestring required

The program code associated with the request.

accountIdentifierstring required

The unique identifier of the account associated with the user. Must be a valid GUID.

userIdentifierstring required

The unique identifier of the user whose credit scores are being retrieved. Must be a valid GUID.

Headers

X-GD-RequestIdstring required

The unique request identifier for idempotency and tracking. Must be provided in the X-GD-RequestId header.

Request body

startDatestring nullable

The start date (inclusive) for the credit score query, typically in ISO 8601 format (e.g., "YYYY-MM-DD").

endDatestring nullable

The end date (inclusive) for the credit score query, typically in ISO 8601 format (e.g., "YYYY-MM-DD").

Response

OK