Get Sources
GET/sources/portal/v1
Get Sources
Request
Header Parameters
X-API-KEY stringrequired
API Key
Responses
- 200
- 400
- 404
- 429
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
created_at string
CreatedAt is the time the source was created
handle string
Handle is the unique handle of the source across the workspace
id string
ID is the unique identifier of the source
name string
Name is the name of the source
[
{
"created_at": "string",
"handle": "string",
"id": "string",
"name": "string"
}
]
Bad Request
Not Found
Too Many Requests
Internal Server Error
Loading...