/ Platform API
Platform API
    Chat Platform API v3
    Chat Platform API
    Chat Platform API
    Version 3

    Overview

    Copy link

    Sendbird provides a number of APIs to protect user privacy and personal data in your application in compliance with data regulations.


    Actions

    Copy link
    • API endpoints are relative to the base URL allocated to your application. In this page, the /privacy/gdpr endpoint refers to https://api-{application_id}.sendbird.com/v3/privacy/gdpr.

    Note: If you want to know the ID and base URL of your application, sign in to the Sendbird Dashboard, go to Settings > Application > General, and then check Application ID and API request URL.

    GDPR (General Data Protection Regulation)
    ActionHTTP Request

    List GDPR requests

    GET /privacy/gdpr
    Retrieves a list of GDPR requests of all types.

    Get a GDPR request

    GET /privacy/gdpr/{request_id}
    Retrieves a specific GDPR request.

    Register a GDPR request

    POST /privacy/gdpr
    Registers a specific type of GDPR request to comply with the GDPR's requirements.

    Cancel the registration of a GDPR request

    DELETE /privacy/gdpr/{request_id}
    Cancels the registration of a specific GDPR request.

    On this page