Common Query Parameters
From ThirdPresence Wiki
Common API query parameters must be included to all calls to ThirdPresence API. The parameters and their usage are described on the table below.
| Name | Description | Required |
| Action | The method to call on the ThirdPresence API, indicates the action to perform. Example: getVideos. See the API reference for all available methods on different services | yes |
| authToken | The authentication token provided to authorize using the API. The account with which the authToken is associated must be signed up for ThirdPresence, or requests will not be accepted. In case you don't know your account's API key, see information on token management | yes |
| version | The API version to use. Example: 10-09 | yes |