List Accounts

Name Description
HTTP Method GET
URL https://api.newsweaver.com/v2/
Query Parameters N/A
Request representation N/A
Response representation Account List
Success Response Code 200 Ok

Errors

  • Common errors (user/account authentication errors, API usage limit errors)

Other notes:

  • This is the top level listing for the API, and has the smallest error set. It is a useful test for authentication.
  • By visiting this URL in your browser, you can browse the read-only portions of the API

Example: GET https://api.newsweaver.com/v2/

<accounts total="1" uri="https://api.newsweaver.com/v2/">
    <itemsPerPage>1000</itemsPerPage>
    <startIndex>0</startIndex>
    <totalResults>1</totalResults>
    <account code="example-account" uri="https://api.newsweaver.com/v2/example-account">
        <name>Example Account</name>
    </account>
</accounts>

results matching ""

    No results matching ""