Connection config for the ipushpull REST API.

Only api_key and api_secret are required -- api_url defaults to the ipushpull test environment (https://test.ipushpull.com/api/1.0).

TypeScript
export interface

Properties

PropertyDescriptionDefault
api_keyOAuth Client ID
api_secretOAuth Client Secret
api_urlBase URL for the ipushpull REST API'https://test.ipushpull.com/api/1.0'

Property Details

api_key

OAuth Client ID

TypeScript
api_key: string;
Property Value

string

api_secret

OAuth Client Secret

TypeScript
api_secret: string;
Property Value

string

api_url

Base URL for the ipushpull REST API

TypeScript
api_url?: string;
Default Value

'https://test.ipushpull.com/api/1.0'

Property Value

string