Protokols
  1. Webhooks
Protokols
  • Protokols API
  • Authentication
  • Rate Limits
  • Track Profiles
    • Track KOL Profile
      GET
    • Track Project Profile
      GET
  • Twitter Profiles
    • Get Profile
      GET
    • Get Profile by Contract Address
      GET
    • Get Profile Statistics
      GET
    • Get Profile Smart Engagement Posts
      GET
    • Get Profile Notable Followers
      GET
    • Get Profile Username History
      GET
    • Get Profile Followers Paginated
      GET
    • Get Profile Following Paginated
      GET
    • Search Profiles
      GET
  • Posts
    • Get Posts By ID
      GET
    • Search Posts
      GET
    • Get Post Retweets
      GET
    • Get Posts Replies
      GET
  • KOLs
    • Get KOL Calls Overview
      GET
    • Get KOL Coin Narratives Distribution
      GET
    • Get KOL Calls Market Cap Distribution
      GET
    • Get KOL Token Mentions
      GET
    • Get KOL Project Interactions
      GET
  • Projects
    • Get Project Top Influencers
    • Get Project Organic Posts Chart
    • Get Project Organic Views Chart
    • Get Project Mentioned Contract Addresses
    • Get Project AI Summary
  • Profile Charts
    • Get Profile Follower Chart
    • Get Profile Notable Follower Chart
    • Get Profile Smart Engagement Chart
    • Get Profile Views Chart
  • Narratives
    • List Narratives
    • Get Narrative Details
    • List Projects in Narrative
    • Get Narrative Market Cap Chart
    • Get Narrative Mindshare Chart
  • Webhooks
    • Get Webhook URLs
      GET
    • Add Webhook URL
      POST
    • Track Profile
      POST
  1. Webhooks

Add Webhook URL

Developing
POST
/webhooks/add-url
Add a webhook URL to send notifications to
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://public-api.protokols.io/api/v1/webhooks/add-url' \
--header 'authorization: Bearer 99f0c8fbb6df52400c8edac910f9dbb3be93faea06ba928bba24011252409c4a' \
--header 'Content-Type: application/json' \
--data-raw '{
    "url": "string"
}'
Response Response Example
{}

Request

Header Params
authorization
string 
optional
Default:
Bearer {{auth_token}}
Body Params application/json
url
string 
required
Examples

Responses

🟢200Success
application/json
Body
object {0}
Modified at 2025-05-28 00:27:45
Previous
Get Webhook URLs
Next
Track Profile
Built with