spec release

This commit is contained in:
Adyen Automation
2022-12-05 10:53:17 +00:00
parent dd9a42a969
commit daff362504
2 changed files with 4 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
"x-publicVersion" : true,
"title" : "Adyen Data Protection API",
"description" : "Adyen Data Protection API provides a way for you to process [Subject Erasure Requests](https://gdpr-info.eu/art-17-gdpr/) as mandated in GDPR.\n\nUse our API to submit a request to delete shopper's data, including payment details and other related information (for example, delivery address or shopper email).## Authentication\nEach request to the Data Protection API must be signed with an API key. Get your API Key from your Customer Area, as described in [How to get the API key](https://docs.adyen.com/development-resources/api-credentials#generate-api-key). Then set this key to the `X-API-Key` header value, for example:\n\n```\ncurl\n-H \"Content-Type: application/json\" \\\n-H \"X-API-Key: Your_API_key\" \\\n...\n```\nNote that when going live, you need to generate a new API Key to access the [live endpoints](https://docs.adyen.com/development-resources/live-endpoints).\n\n## Versioning\nData Protection Service API supports [versioning](https://docs.adyen.com/development-resources/versioning) using a version suffix in the endpoint URL. This suffix has the following format: \"vXX\", where XX is the version number.\n\nFor example:\n```\nhttps://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure\n```",
"x-timestamp" : "2022-08-04T12:18:57Z",
"x-timestamp" : "2022-11-24T10:17:20Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",
@@ -37,6 +37,7 @@
"operationId" : "post-requestSubjectErasure",
"x-groupName" : "General",
"x-sortIndex" : 0,
"x-methodName" : "SubmitSubjectErasureRequest",
"security" : [
{
"BasicAuth" : [

View File

@@ -48,7 +48,7 @@ info:
https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure
```'
x-timestamp: '2022-08-04T12:18:57Z'
x-timestamp: '2022-11-24T10:17:20Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team
@@ -69,6 +69,7 @@ paths:
operationId: post-requestSubjectErasure
x-groupName: General
x-sortIndex: 0
x-methodName: SubmitSubjectErasureRequest
security:
- BasicAuth: []
- ApiKeyAuth: []