Qodex.ai
Qodex.ai
IntroductionAsk Anything
# Webhook Setup
1. Get Your API credentials2. Retrieve all your Workspaces3. Find Collection in current Workspace4. Create Webhook endpoint
Webhook Debug
Debug Webhook Payload
IntroductionAsk Anything
# Webhook Setup
1. Get Your API credentials2. Retrieve all your Workspaces3. Find Collection in current Workspace4. Create Webhook endpoint
Webhook Debug
Debug Webhook Payload
Home# Webhook Setup

# Webhook Setup

Number of APIs: 4

We use standard way to authenticate against Qodex API using a x-api-key header.

Create your own API key in your settings page.

  1. 1. Get Your API credentials GET https://api.getpostman.com/me

  2. 2. Retrieve all your Workspaces GET https://api.getpostman.com/workspaces

  3. 3. Find Collection in current Workspace GET https://api.getpostman.com/workspaces/{{webhookWorkspaceId}}

  4. 4. Create Webhook endpoint POST https://api.getpostman.com/webhooks

Previous
Introduction
Next
1. Get Your API credentials