Skip to content

REST API reference · Application definitions

Review the exact draft before publishing

Read and manage reusable application structures.

GET/application-definitions/{definition_slug}/publish-review/

Parameters

Name Location Type Required
definition_slug path string Yes

Request

curl --request GET \
  --url 'https://api.staging.levr.ai/api/external/v1/application-definitions/{definition_slug}/publish-review/' \
  --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.
404 The requested resource was not found or is not available to this token.
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.

Early access

Request a capability

Tell us what you need your integration to do. Add an email if you want a reply.

Copy instructions to your AI agent

Copy this guide into your AI agent. It links to the current REST API and MCP documentation.

Loading instructions…