Jellypod Docs

List sources

GET
/v1/sources

Authorization

bearerAuth
AuthorizationBearer <token>

API key issued from /settings/api-keys in the Jellypod studio. Send as Authorization: Bearer <key>.

In: header

Query Parameters

cursor?string
limit?integer
Default20
Range1 <= value <= 100
type?string
status?string

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://api.jellypod.com/v1/sources"
{
  "data": [
    {
      "id": "string",
      "title": "string",
      "type": "string",
      "status": "string",
      "metadata": null,
      "error_message": "string",
      "created_at": "string",
      "updated_at": "string"
    }
  ]
}

Was this page helpful?