sensitive_data=true query param, the API will include in the respond all the sensitive data.nested=true parameter the API will return the nested objects. Alternatively by default it won't be included so that responses are less clogged.curl --location --request GET 'https://api.cobre.co/v1/money_movements?movement_id&sensitive_data&nested&state¤cy&amount&amount_lte&amount_gte&created_at&created_at_gte&created_at_lte&source_id&destination_id&batch_id&counterparty_full_name&creator&external_id&type&checker_approval&mm_approval_id&counterparty_id_number&has_batch_id&updated_at&updated_at_gte&updated_at_lte&page_size' \
--header 'Authorization: Bearer <token>'{
"total_items": 1,
"total_pages": 1,
"is_last_page": false,
"page_items": 50,
"contents": [
{
"id": "mm_123456789012",
"batch_id": "bat_12345678901",
"external_id": "ext_id_1234",
"mm_approval_id": "mma_0123456789",
"creator": "usr_bGcdf26rR4",
"type": "spei",
"geo": "mex",
"status": {
"state": "initiated",
"code": "string",
"description": "string"
},
"source_id": "acc_KJnAkypWSc",
"source": {},
"destination_id": "cp_012345678910",
"destination": {},
"currency": "mxn",
"amount": 5000,
"metadata": {
"description": "Payment to my friend Fernando!",
"tracking_key": "20240624mmbgu7gkQwofrb9o",
"reference": "0123456",
"cep_url": "https://cep.banco.com/download"
},
"created_at": "2024-06-24T15:37:37Z",
"updated_at": "2024-06-24T15:37:38Z",
"checker_approval": false
}
]
}