Performance
- NEW! - Interactive API docs, now live!
Visit api-docs.plumvoice.com to read Plum API documentation, build and test requests in our interactive API sandbox, review the responses, and share it all with your team.
Performance Data
GET
https://voicetrends.plumvoice.com/api/performance/{start}/{end}/{period}/{phone}
This service fetches any of the available data in the Performance section in VoiceTrends. To use this service, provide your temporary authentication credentials and several GET parameters, which function as filters for this data. This API is rate-limited in a group with all other raw data resources to 150 requests per 15-minute window.
Path Parameters
Possible Response Codes
200: success, data successfully returned.
400: supplied data improperly formatted or invalid
401: authentication parameters invalid or the account is inactive
405: invalid HTTP method supplied (only POST allowed)
429: rate limit exceeded
500: unknown error
The return structure will contain the following item(s):
Sample Code
This sample code makes a request to authenticate an account using PHP, but any language capable of integrating with a REST API works for this type of request:
Last updated