Managed Apps
Managed application deployment endpoints
GET /api/v1/managed-apps/
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/v1/managed-apps/ HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/managed-apps/status/{deployment_uuid}
Path parameter: deployment_uuid
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/v1/managed-apps/status/{deployment_uuid} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/managed-apps/installation-status/{app_id}
Path parameter: app_id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/v1/managed-apps/installation-status/{app_id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
POST /api/v1/managed-apps/deploy
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
any
Created
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/managed-apps/deploy HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"slug": "any",
"length": "any",
"organization_id": "any"
}
{}
POST /api/v1/managed-apps/retry/{app_id}
Path parameter: app_id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/managed-apps/retry/{app_id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"slug": "any",
"length": "any",
"organization_id": "any"
}
{}
POST /api/v1/managed-apps/{id}/configuration
Path parameter: id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
POST /api/v1/managed-apps/{id}/configuration HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 53
{
"slug": "any",
"length": "any",
"organization_id": "any"
}
{}
DELETE /api/v1/managed-apps/{app_id}
Path parameter: app_id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
DELETE /api/v1/managed-apps/{app_id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
GET /api/v1/managed-apps/verify-domain/{app_id}
Path parameter: app_id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
OK
Bad Request
Unauthorized
Forbidden
Not Found
GET /api/v1/managed-apps/verify-domain/{app_id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Accept: */*
{}
POST /api/v1/managed-apps/complete-installation/{app_id}
Path parameter: app_id
Organization ID - required for all API requests to scope data to your organization
1234567890
Bearer token for authentication
Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
any
any
OK
Bad Request
Unauthorized
Forbidden
Not Found
POST /api/v1/managed-apps/complete-installation/{app_id} HTTP/1.1
Host: api.pandastack.io
Authorization: Bearer psk_1db3560bebe10dcd43acceb6121a1de598bbd3d4ad6ab6e8a570d3389e5de304
Content-Type: application/json
Accept: */*
Content-Length: 40
{
"organization_id": "any",
"domain": "any"
}
{}