REST API reference · Source channels
List API source channels available for business submissions¶
Discover API submission channels and their current contracts.
GET
/source-channels/Parameters¶
| Name | Location | Type | Required |
|---|---|---|---|
search |
query | string | No |
ordering |
query | string | No |
page_size |
query | integer | No |
cursor |
query | string | No |
created_after |
query | string | No |
created_before |
query | string | No |
updated_after |
query | string | No |
updated_before |
query | string | No |
Request¶
curl --request GET \
--url 'https://api.staging.levr.ai/api/external/v1/source-channels/' \
--header 'Authorization: Bearer $LEVR_API_TOKEN'
Responses¶
| Status | Description |
|---|---|
200 |
Source channels available to this portal and their contract URLs. |
401 |
Provide a valid portal API token and try again. |
403 |
This portal API token does not allow the requested action. |
429 |
Too many requests were sent. Wait before trying again. |
500 |
Levr could not complete the request. Keep the request ID and retry when safe. |