Packages

Packages are collections of background screens, searches, and verifications used to create a report.

List all packages

Returns a list of available account packages for an account using the API token.

This list will be refreshed as new account packages are added or old ones are removed.
Use id from each package to order new reports or create invitations.
DO NOT USE package_id to order a report, this is a reference ID to the parent package in our database and is only to be used by Yardstik. Make sure you're always using the id instead, which is scoped to your account.

Defaults to listing all report packages. To get monitor packages, use the query param query[action_type_eq]=monitor

SecurityApiKey
Request
query Parameters
include_disabled
boolean
Examples:
include_disabled=true
include_disabled=false
object
Examples:
query[action_type_eq]=report
query[action_type_eq]=monitor
query[action_type_eq]=certificate
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

get/packages
Request samples
Response samples
application/json
[
  • {
    },
  • {
    }
]