ApiManagementV1WorkspacesWorkspaceidApplicationsId
Delete an application
curl -X DELETE "https://loading/management/v1/workspaces/{workspaceId}/applications/string"{
"deleted": true
}{
"error": {
"code": "unauthorized",
"message": "Missing or invalid authorization header"
}
}{
"error": {
"code": "token_disabled",
"message": "Management token is disabled"
}
}{
"error": {
"code": "not_found",
"message": "Application not found"
}
}Create a portal session for an application
Creates a one-time code that can be exchanged for a portal session token. Optional metadata (max 10 string key-value pairs, no nested objects) is attached to all endpoints created during the session — useful for tracking which of your users created the endpoint.
Get an application by ID
Next Page