Skip to main content
GET
/
sources
List Sources (root-level array response)
curl --request GET \
  --url https://httpbin.org/sources
[
  {
    "id": "<string>",
    "name": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]

Response

200 - application/json

A list of sources

id
string

Unique identifier for the source

name
string

Display name of the source

type
enum<string>

The kind of source

Available options:
database,
file,
api
createdAt
string<date-time>

When the source was created