Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Not all SDK Endpoints have the Access Token (AuthZ) option enabled

Open
#3,717 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
66/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Active
Tech stack
python
Domain
api, authorization

Research direction

Start by comparing the AuthZ option definitions in src/datadog_api_client/v1/api/monitors_api.py and src/datadog_api_client/v1/api/notebooks_api.py, then inspect the other generated API endpoint files for the same omission. Verify the affected endpoints accept an access token as /api/v1/notebooks does with curl, and consider the work done when all supporting SDK endpoints expose the AuthZ option consistently.

Written by the indexing model from the issue text.

Description

kind/bug stale

Describe the bug
Not all SDK Endpoints have the AuthZ options defined even thought they are actually supporting it.

To Reproduce
For example monitors_api.py does have it while notebooks_api.py does not.

If you test this with curl and an access token /api/v1/notebooks does work.

Expected behavior
I guess all API Endpoints should have AuthZ?

Environment and Versions (please complete the following information):
A clear and precise description of your setup:

  • version 2.56.0
Dominant language
Python
Stars
166
Forks
55
Avg merge
2d 17h
Merged PRs (30d)
73

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from DataDog/datadog-api-client-python

All issues in DataDog/datadog-api-client-python

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.