ApplicationsEnable or disable application

Enable or disable application

Enables or disables an application for the current merchant without deleting it.

curl -X PATCH "https://api.example.com/api/v1/applications/example_string/status" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN (JWT)" \
  -d '{
  "isEnabled": true
}'
{
  "id": "uuid-v4-app-123",
  "name": "UK Web Store",
  "description": "Primary e-commerce backend for UK",
  "isEnabled": true,
  "createdAt": "2026-02-23T12:00:00Z"
}
PATCH
/api/v1/applications/{id}/status
PATCH
Base URLstring

Target server for requests. Edit to use your own host.

Bearer Token (JWT)
Bearer Tokenstring
Required

Bearer token (JWT) - just enter the token, "Bearer" prefix will be added automatically

Content-Typestring
Required

The media type of the request body

Options: application/json
isEnabledboolean
Required

Whether the application is enabled

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token (JWT). Authentication token required.

Path Parameters

Body

application/json
isEnabledboolean
Required

Whether the application is enabled

Example:
true

Responses

idstring
Required

Application ID

namestring
Required

Application name

descriptionobject

Application description

isEnabledboolean
Required

Whether application is enabled

createdAtstring
Required

Creation timestamp