Skip to main content

Authentication

API Keys

In order to successfully authenticate your requests to the Palabra API, you will need to get an API keys. Each set of API keys includes a ClientID and a ClientSecret. You will use these credentials as headers in each API request.

Access Token

Some actions require a temporary access token rather than the standard API key credentials. (For example, an access token is required to connect to the Palabra WebSocket server and the Palabra WebRTC server.) Access tokens can be retrieved using your ClientID and ClientSecret.

tip

Operations requiring an access token will be clearly labelled in the relevant API documentation.