/api/v1/workspaces/{workspaceId}/apps/{appId}/access-requests/{requestId}/{action}
Authorization
bearerAuth apps:writeAuthorizationBearer <token>
In: header
Scope: apps:write
Path Parameters
workspaceId*string
appId*string
requestId*string
action*string
Value in
"approve" | "deny"Response Body
curl -X POST "https://example.com/api/v1/workspaces/string/apps/string/access-requests/string/approve"Empty