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

    List secondary API tokens

    Copy link

    Retrieves a list of secondary API tokens.


    HTTP request

    Copy link
    GET https://api-{application_id}.sendbird.com/v3/applications/api_tokens
    

    Response

    Copy link

    If successful, this action returns a list of secondary API tokens in the response body.

    {
        "api_tokens": [
            {
                "token": "9a3f152afd3efbbf728059fceafb67b5406dd8a9",
                "created_at": 1596607063
            },
            {
                "token": "93423e0a98d60f535066498b8cd0f5f284ae38f3",
                "created_at": 1596607063
            }
        ]
    }
    

    In the case of an error, an error object is returned. A detailed list of error codes is available here.