Theneo · Example Payload

Theneo Publish Project Example

API DocumentationDeveloper PortalDeveloper ToolsDocumentation PlatformAIAI Co-PilotMCPPlatform

Theneo Publish Project Example is an example object payload from Theneo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "url": "https://api.theneo.io/projects/proj_01HX5QK8Z3JVBM2N4P7R9T6WY/publish",
    "headers": {
      "Authorization": "your-api-key-here"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "success": true,
      "url": "https://app.theneo.io/my-company/payment-api"
    }
  }
}