Bombora Authentication API

OAuth 2.0 token endpoint that issues bearer access tokens used to authenticate calls to the rest of Bombora's developer APIs. Clients exchange credentials for a short-lived access token via a POST to the OAuth token route on developer.bombora.com.

API entry from apis.yml

apis.yml Raw ↑
aid: bombora:bombora-authentication-api
name: Bombora Authentication API
description: OAuth 2.0 token endpoint that issues bearer access tokens used to authenticate calls to the
  rest of Bombora's developer APIs. Clients exchange credentials for a short-lived access token via a
  POST to the OAuth token route on developer.bombora.com.
humanURL: https://developer.bombora.com/docs/authentication-api/1/overview
tags:
- Authentication
- OAuth
- Identity
properties:
- type: Documentation
  url: https://developer.bombora.com/docs/authentication-api/1/overview
- type: TokenEndpoint
  url: https://developer.bombora.com/docs/authentication-api/1/routes/oauth/token/post
- url: graphql/bombora-graphql.md
  type: GraphQL