spec release

This commit is contained in:
Adyen Automation
2022-09-02 14:57:13 +00:00
parent 98ec1b2b7e
commit 396aa700c6
2 changed files with 9 additions and 2 deletions

View File

@@ -1,11 +1,16 @@
{
"openapi" : "3.1.0",
"servers" : [
{
"url" : "https://ca-test.adyen.com/ca/services/DataProtectionService/v1"
}
],
"info" : {
"version" : "1",
"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-05-03T09:24:04Z",
"x-timestamp" : "2022-08-04T12:18:57Z",
"termsOfService" : "https://www.adyen.com/legal/terms-and-conditions",
"contact" : {
"name" : "Adyen Developer Experience team",

View File

@@ -1,4 +1,6 @@
openapi: 3.1.0
servers:
- url: https://ca-test.adyen.com/ca/services/DataProtectionService/v1
info:
version: '1'
x-publicVersion: true
@@ -46,7 +48,7 @@ info:
https://ca-test.adyen.com/ca/services/DataProtectionService/v1/requestSubjectErasure
```'
x-timestamp: '2022-05-03T09:24:04Z'
x-timestamp: '2022-08-04T12:18:57Z'
termsOfService: https://www.adyen.com/legal/terms-and-conditions
contact:
name: Adyen Developer Experience team