Authentication

View as Markdown
Generates an access token for the Bill Payment API using your public and private keys. Use the returned token to authorize subsequent requests.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a map from strings to any.

Response

This endpoint returns a map from strings to any.