Authorization: Bearer ********************
curl --location --request GET 'https://horizon-api-sb.app.rpe.tech/api/v1/pixcard/contas/termos-obrigatorios?tiposEnum' \
--header 'Accept: */*' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'
{
"regulatoryDocuments": [
{
"token": "651f5432-4020-43a4-9890-9d96abc3a29f",
"type": "TERMS_OF_USE",
"regDocObj": "https://cdn-regdocs.hml.caradhras.io/442/TERMS_OF_USE_(v1)_2022-09-28T19%3A08%3A16.616%2B00%3A00.pdf"
}
],
"message": "Regulatory Documents retrieved successfully"
}