Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

APIObservables

Wes edited this page May 12, 2014 · 1 revision

Parameters:

Name Type Description
limit int32 Limit's the number of results. Default: 500
since string Filters out any observables before the given time. This is a timestamp in ISO 8601 format: YYYY-MM-DDTHH:MM:SSZ.

Get a single observable

GET /observable/:id

Get a list of observables

GET /observable/:observable

Get a list of observables by tag

GET /tag/:tag

Get a list of observables by type

GET /otype/:otype
Clone this wiki locally