WodBoard Developer Docs
    • Introduction
    • Products
      • Passes
        • List all passes
        • Retrieve a pass
    • Tset webhook
    • Schemas
      • Pass
      • Location
      • Service

      Tset webhook

      Developing
      Webhook
      POST

      Request

      Authorization
      OAuth 2.0
      Authorization Code
      Add the parameter
      Authorization
      to Headers
      ,whose value is to concatenate the Token after the Bearer.
      Example:
      Authorization: Bearer ********************
      Authorize URL: https://www.wodboard.com/oauth/authorize
      Token URL: https://www.wodboard.com/oauth/token
      Scopes:
      write-Can write
      read-Can read
      or

      Responses

      🟢200Success
      application/json
      Bodyapplication/json

      🟠404Not Found
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST 'https://your-api-server.com' \
      --header 'Authorization: Bearer <token>'
      Response Response Example
      200 - Example 1
      {}
      Modified at 2026-08-18 09:44:53
      Previous
      Retrieve a pass
      Next
      Pass
      Built with