Segments
Access Segments metrics
Transactions metrics are always related to an App. This means that all endpoints have the same root so it could be helpful to wrap your api call under the same base URI:
https://app.inspector.dev
/api/apps/:id
Segments List
GET
/api/apps/:id/segments
Get the list of Segments in the given interval.
Path Parameters
Name
Type
Description
id*
Integer
App's identifier
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
filter.start
*
string
ISO-8601 date format
filter.end
string
ISO-8601 date format
filter.types
array
Filter the transactions list by servers
filter.query_string
string
Filter by Segment's label
Response
Last updated