Request access token

Get an OAuth 2.0 access token for authenticated API calls

The API will respond with a JSON object containing the access token and other relevant information.

To make an authenticated API call, include the access token in the authorization header of your API request:

Example: Authorization: Bearer [access_token]

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data
string

OAuth 2.0 credential grant type. Must be "client_credentials"

string

Alphanumeric string identifying your agent. To get your client_id, speak to your Vibes business rep.

string

Your application's client secret

string

The permissions required for this API. Must be "https://rbm.vibes.com/rbm.agents"

Responses

Language
Credentials
Basic
base64
:
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json