Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For sending this request, you have to be authorized. See the API Authorization page for more details.

Use this request to figure out your Team ID which is required for many Webhook Management API endpoints.

Request

Code Block
languagebash
curl -X GetGET https://rest.doo.net/v1/organizers/current/organizations \
-H 'Content-Type: application/json' \
-H 'x-api-key: <api_key>' \
-H 'Authorization: Bearer <access_token>'

...

Parameter

Required

Description

<access_token>

Yes

see API See Authorization

<api_key>

Yes

see API See Authorization

Response example

...