This section covers what you need to get basic integration working with your third-party app. See the API Authentication for more information on authentication.

Accounts

These endpoints let a user find the available accounts that can be used by this token.

List Accounts

GET /api/v1/accounts.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

View a single account’s details

GET /api/v1/accounts/1.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

Projects

These endpoints give the token access to whatever the user that produced the token has access.

List Projects

GET /api/v1/projects.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

View a single project’s details

GET /api/v1/projects/1.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

Lists

Lists are manually added collections of mentions, people, or companies.

Get the project’s lists

GET /api/v1/projects/1/lists.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

View a single project list’s details

GET /api/v1/projects/1/lists/1.json HTTP/1.1
Authorization: Bearer Mj4RBjNKH2bkCMDGREPdih29
Connection: close

Get a paginated list of the items that are on the list