Arvexa OS
Get API key

Marketplace

Approve application → match link

POSThttps://api.thearvexa.com/api/marketplace/applications/{id}/approve

Marketplace

Recent Requests

Log in to see full request history
TimeStatusUser Agent
Make a request to see history.

Path Params

idstringrequired

Headers

x-organization-idstringrequired

Tenant organization identifier

x-user-rolestringrequired

Development RBAC role (for example SUPER_ADMIN, ORG_ADMIN, OPS_MANAGER, VIEWER)

x-user-idstring

Trusted authenticated actor id (interim header auth). Recorded as the actor on sensitive writes such as finance adjustments and their approve/reject decisions. Ignored when header auth is disabled.

Responses

200Response

Response

Schema

object
okbooleanrequired
enabledbooleanrequired
contextobjectrequired
organizationIdstringrequired
listingIdstringoptional
applicationIdstringoptional
offerIdstringoptional
idempotentbooleanoptional
createdbooleanoptional

Example

{
  "ok": true,
  "enabled": true,
  "listingId": "string",
  "applicationId": "string",
  "offerId": "string",
  "idempotent": true,
  "created": true
}

← Return to API Reference