Skip to main content
GET
/
v1
/
hed-outbreaks
/
events
/
source-names
Get Event Sources
curl --request GET \
  --url https://api.example.com/v1/hed-outbreaks/events/source-names \
  --header 'Authorization: Bearer <token>'
[
  "<string>"
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

offset
integer
default:0

It is used for offset-based pagination, usually works together with num parameter.

num
integer
default:100

Maximum number of events will be returned by the API call. The maximum acceptable value is 1000

order
enum<string>

If not empty, the sources will be sorted in ascending order. The acceptable order values are asc and desc

Available options:
asc,
desc
event
string | null

The name of an event

Response

Successful Response