REST API reference · Application definitions
Get the standalone config JSON Schema¶
Read and manage reusable application structures.
GET
/application-definition-config-schema/Request¶
curl --request GET \
--url 'https://api.staging.levr.ai/api/external/v1/application-definition-config-schema/' \
--header 'Authorization: Bearer $LEVR_API_TOKEN'
Responses¶
| Status | Description |
|---|---|
200 |
Success |
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. |