Description

Allows the searching or listing of accounts.

General

End Point
https://www.mogl.com/api/v2/billingAccounts/search
HTTP Method GET
Requires SSL true
Requires Acting User true (learn more)
Scope(s) accounts

Path Parameters

Path parameters are ALWAYS required.

None

Request Parameters

Parameters are NOT REQUIRED unless noted otherwise.

query The query to try to lookup the name with. Mutually exclusive with business. Ignored if business supplied.
business The business to look up by. If provided we look for the account associated with this business. Mutually exclusive with query.
offset Start offset.
numResults Number of results to retrieve (max 100).

Response Fields

results A list of accounts. See results details, See billingAccount details

Try It Now

Endpoint
Client Id
(required)
Access Token
(required)
User Token
*(see below -- client_credentials only)
query
Add
business
Add
offset
Add
numResults
Add
*Partners that authenticate with client_credentials should provide a user_token.