Detail the properties under which this organisation operates
This endpoint details the prerequisites for Data Request API operation. Additionally, some of the parameters supplied in this call are designed to make it easier for citizens to understand their rights and possibilities of enforcing them. Organisations must implement all of the parameters.
GET
/settings
curl \
-X GET http://api.example.com/settings
Response examples (200)
{
"forgotPasswordLink": "https://acme-corp.com/forgot-password",
"legalEntity": "ACME Corp Inc.",
"maxNumberOfRequests": 5,
"oAuthClientId": "6779ef20e75817b79602",
"oAuthUrl": "https://oauth.acmecorp.com/",
"organisationName": "ACME Corp",
"privacyPolicy": "https://acme-corp.com/privacy-policy",
"privacyContactEmail": "privacy@acme-corp.com",
"supportedLanaguages": [
"en"
],
"termsOfService": "https://acme-corp.com/privacy-policy"
}
Response examples (200)
{
"forgotPasswordLink": "https://acme-corp.com/forgot-password",
"legalEntity": "ACME Corp Inc.",
"maxNumberOfRequests": 5,
"oAuthClientId": "6779ef20e75817b79602",
"oAuthUrl": "https://oauth.acmecorp.com/",
"organisationName": "ACME Corp",
"privacyPolicy": "https://acme-corp.com/privacy-policy",
"privacyContactEmail": "privacy@acme-corp.com",
"supportedLanaguages": [
"en"
],
"termsOfService": "https://acme-corp.com/privacy-policy"
}