American Express Global Business Travel Gdpr Controller API

The gdpr-controller API from American Express Global Business Travel — 1 operation(s) for gdpr-controller.

Operations 2

DELETE /gdpr #
GET /gdpr #

Documentation

📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/UserSyncAPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=User
📖
Authentication
https://apis.egencia.com/auth/v1/token
📖
APIReference
https://apis.egencia.com/openconnect-sso/docs/api-docs/sso
📖
Documentation
https://www.egencia.com/openconnect-sso-service/v1/api-info
📖
APIReference
https://apis.egencia.com/company/docs/api-docs/company-info-api
📖
Documentation
https://apis.egencia.com/company/v1/api-info?name=company-details
📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/CompanyCDFAPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=CompanyCustomData
📖
APIReference
https://apis.egencia.com/openconnect-validation/docs/api-docs/validation
📖
Documentation
https://www.egencia.com/openconnect-validation-service/v1/api-info
📖
APIReference
https://apis.egencia.com/openconnect-expense/docs/api-docs/expense
📖
Documentation
https://www.egencia.com/openconnect-expensestream-service/v1/api-info
📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/GetBookingAPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=Booking
📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/CancellationDeletionAPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=CancelAndDelete
📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/ApprovalWorkflowAPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=Approval
📖
APIReference
https://apis.egencia.com/approval/docs/api-docs
📖
Documentation
https://www.egencia.com/openconnect-approval-service/v1/api-info
📖
APIReference
https://apis.egencia.com/openconnect/docs/api-docs/ReceiptAPISPI
📖
Documentation
https://apis.egencia.com/openconnect/v1/api-info?name=Receipt
📖
APIReference
https://apis.egencia.com/dutyofcare/docs/api-docs/doc-service
📖
Documentation
https://apis.egencia.com/dutyofcare/v1/api-info
📖
APIReference
https://apis.egencia.com/bi/docs/api-docs/transaction-data-service
📖
Documentation
https://apis.egencia.com/bi/v1/api-info

Specifications

Other Resources

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/amex-gbt-gdpr-controller-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

amex-gbt-gdpr-controller-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Amex Gbt Gdpr Controller API
  version: '1.0'
  description: 'Operations tagged gdpr-controller across 4 of this provider''s published API definitions: amex-gbt-service-bi-openapi.json, amex-gbt-service-company-openapi.json, amex-gbt-service-dutyofcare-openapi.json, amex-gbt-service-openconnect-openapi.json. Each path carries the servers of the definition it was published in.'
servers:
- url: https://apis.egencia.com/bi/api
  description: Generated server url
- url: https://apis.egencia.com/openconnect/api
  description: API Server
- url: https://apis.egencia.com/dutyofcare/api
  description: Generated server url
tags:
- name: gdpr-controller
paths:
  /gdpr:
    delete:
      operationId: process
      parameters:
      - in: query
        name: user_id
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          content:
            application/json:
              schema:
                type: string
                enum:
                - CONTINUE
                - SWITCHING_PROTOCOLS
                - PROCESSING
                - EARLY_HINTS
                - OK
                - CREATED
                - ACCEPTED
                - NON_AUTHORITATIVE_INFORMATION
                - NO_CONTENT
                - RESET_CONTENT
                - PARTIAL_CONTENT
                - MULTI_STATUS
                - ALREADY_REPORTED
                - IM_USED
                - MULTIPLE_CHOICES
                - MOVED_PERMANENTLY
                - FOUND
                - SEE_OTHER
                - NOT_MODIFIED
                - TEMPORARY_REDIRECT
                - PERMANENT_REDIRECT
                - BAD_REQUEST
                - UNAUTHORIZED
                - PAYMENT_REQUIRED
                - FORBIDDEN
                - NOT_FOUND
                - METHOD_NOT_ALLOWED
                - NOT_ACCEPTABLE
                - PROXY_AUTHENTICATION_REQUIRED
                - REQUEST_TIMEOUT
                - CONFLICT
                - GONE
                - LENGTH_REQUIRED
                - PRECONDITION_FAILED
                - CONTENT_TOO_LARGE
                - PAYLOAD_TOO_LARGE
                - URI_TOO_LONG
                - UNSUPPORTED_MEDIA_TYPE
                - REQUESTED_RANGE_NOT_SATISFIABLE
                - EXPECTATION_FAILED
                - I_AM_A_TEAPOT
                - MISDIRECTED_REQUEST
                - UNPROCESSABLE_CONTENT
                - UNPROCESSABLE_ENTITY
                - LOCKED
                - FAILED_DEPENDENCY
                - TOO_EARLY
                - UPGRADE_REQUIRED
                - PRECONDITION_REQUIRED
                - TOO_MANY_REQUESTS
                - REQUEST_HEADER_FIELDS_TOO_LARGE
                - UNAVAILABLE_FOR_LEGAL_REASONS
                - INTERNAL_SERVER_ERROR
                - NOT_IMPLEMENTED
                - BAD_GATEWAY
                - SERVICE_UNAVAILABLE
                - GATEWAY_TIMEOUT
                - HTTP_VERSION_NOT_SUPPORTED
                - VARIANT_ALSO_NEGOTIATES
                - INSUFFICIENT_STORAGE
                - LOOP_DETECTED
                - BANDWIDTH_LIMIT_EXCEEDED
                - NOT_EXTENDED
                - NETWORK_AUTHENTICATION_REQUIRED
          description: OK
        '403':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Forbidden
        '500':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Internal Server Error
        '501':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Not Implemented
      tags:
      - gdpr-controller
    get:
      operationId: validate
      parameters:
      - in: query
        name: user_id
        required: true
        schema:
          type: integer
          format: int32
      responses:
        '200':
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/UserGDPRValidationResponseBean'
          description: OK
        '403':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Forbidden
        '500':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Internal Server Error
        '501':
          content:
            '*/*':
              schema:
                $ref: '#/components/schemas/ErrorNode'
          description: Not Implemented
      tags:
      - gdpr-controller
    servers:
    - url: https://apis.egencia.com/bi/api
      description: Generated server url
components:
  schemas:
    UserGDPRValidationResponseBean:
      properties:
        action_status:
          type: string
        user_id:
          type: integer
          format: int32
        validation_messages:
          type: array
          items:
            type: string
    ErrorNode:
      properties:
        error_code:
          type: string
        error_description:
          type: string
    UserGDPRValidationResponseBean_2:
      type: object
      properties:
        userId:
          type: integer
          format: int32
        actionStatus:
          type: string
        validationMessages:
          type: array
          items:
            type: string
    ErrorNode_2:
      type: object
      properties:
        errorCode:
          type: string
        errorDescription:
          type: string
    UserGDPRValidationResponseBean_3:
      properties:
        actionStatus:
          type: string
        userId:
          type: integer
          format: int32
        validationMessages:
          type: array
          items:
            type: string
    ErrorNode_3:
      properties:
        errorCode:
          type: string
        errorDescription:
          type: string
    UserGDPRValidationResponseBean_4:
      type: object
      properties:
        actionStatus:
          type: string
        userId:
          type: integer
          format: int32
        validationMessages:
          type: array
          items:
            type: string
    ErrorNode_4:
      type: object
      properties:
        errorCode:
          type: string
        errorDescription:
          type: string
  securitySchemes:
    OAuth2:
      flows:
        clientCredentials:
          tokenUrl: https://apis.egencia.com/auth/v1/token
      type: oauth2
    oAuth2:
      type: oauth2
      flows:
        clientCredentials:
          tokenUrl: https://apis.egencia.com/auth/v1/token
x-refined-from:
- amex-gbt-service-bi-openapi.json
- amex-gbt-service-company-openapi.json
- amex-gbt-service-dutyofcare-openapi.json
- amex-gbt-service-openconnect-openapi.json