List Accounts

Endpoint

https://line.cammsoft.com/v1/application/accounts/list.api

Info

This endpoint returns an array of accounts.

Results will be restricted to application level.

Warning

This resource is only accessible to authorized applications.

Repeated authentication failures will result in the banning of the offending IP address.

GET

Input Header Parameters
application-keyRequired

On Success
Output JSON Parameters
{}Object {}ROOT
accountsArray []Accounts
{}Object {}Example returned record.
applicationIdStringApplication ID.
accountIdStringAccount's ID.
stampCreatedNumberDateStamp of record creation.
enabledBooleanAccount is enabled.

On Failed
Output JSON Parameters
{}Object {}Root parameter type.
errorObject {}
codeStringError short code string.
messageStringGreater description of error.

Codes: METHOD_NOT_ALLOWED, BAD_REQUEST, INTERNAL_ERROR, ACCESS_DENIED, BANNED, INVALID_FILTER