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.

Path Params
string
required

The program code associated with the request.

string
required

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

string
required

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

Body Params

The Gd.Bos.DataTransfer.Request.GetCreditScoresRequest object containing optional date range filters for the credit scores.

Represents a request to retrieve a user's credit scores for a specified date range.
Contains the account and user identifiers, as well as the start and end dates for the credit score query.
Used in the Get Credit Scores API to fetch credit score history or point-in-time scores for compliance, risk assessment, or user reporting.
Inherits standard request metadata from Gd.Bos.DataTransfer.Request.RequestBase.

string | null

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

string | null

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

Headers
string
required

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

string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

401

Unauthorized

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json
text/json