---
title: "Get Consents"
method: GET
path: "/v3/configuration/consents/{packageID}/{countryCode}"
tags: ["Configuration"]
---

# Get Consents

`GET /v3/configuration/consents/{packageID}/{countryCode}`

This method retrieves the consents required for data sources currently configured in your account configuration. 
The response for this method contains a collection of strings that Verify method's ConsentForDataSources field expects to perform a verification using those data sources. 
A failure to provide an element from the string collection will lead to a <a class='link-to-api' href='#errors'>1005</a> service error.

## Path parameters

- `packageID` string, required
- `countryCode` string, required

## Other responses

- `400` — Your request could not be processed, there should be more details in the response.
- `401` — The token you provided is not valid or you are using an account that is not enabled.
- `408` — The request took longer to process than we waited.
- `415` — You asked for a media type that we do not support. You should request application/json in the Content-Type header.
- `500` — An error happened on the server without a specific message.

---

[API](https://skmtc.net/trulioo/apis/trulioo-platform-api.md) · [All operations](https://skmtc.net/trulioo/apis/trulioo-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trulioo/trulioo-platform-api/versions/a825565ee177/schema)
