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

    Get a secondary API token

    Copy link

    Retrieves the information on a secondary API token.


    HTTP request

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

    Response

    Copy link

    If successful, this action returns the information about the specified secondary API token in the response body.

    {
        "token": "9a3f152afd3efbbf728059fceafb67b5406dd8a9",
        "created_at": 1596607063
    }
    

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