Get Inbox Messages – Retrieves inbox messages for an account, with optional filtering and pagination.get https://example.com/programs/{programCode}/accounts/{accountIdentifier}/inbox/messagesGet Inbox MessagePath ParamsprogramCodestringrequiredThe unique code identifying the partner program context for which the inbox messages are retrieved.accountIdentifierstringrequiredThe unique identifier of the account whose inbox messages are being retrieved.Query ParamscategoryKeyint32Optional. The category key to filter messages by category. Valid values: 0-18.keyWordsstringOptional. Keywords to filter messages by content.offsetint32Optional. The paging offset for message retrieval. Default is 0.limitint32Optional. The maximum number of messages to return. Default is 50.sccAccountIdentifierstringOptional. The unique identifier of the SCC account for cross-account message retrieval.HeadersX-GD-RequestIdstringrequiredThe unique request identifier (GUID) for tracking and idempotency. Required in the X-GD-RequestId header.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago