> ## Documentation Index
> Fetch the complete documentation index at: https://generaltranslation.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# X API v2 प्रमाणीकरण मैपिंग

export const Button = ({href, children}) => {
  return <div className="not-prose group">
    <a href={href}>
      <button className="flex items-center space-x-2.5 py-1 px-4 bg-primary-dark dark:bg-white text-white dark:text-gray-950 rounded-full group-hover:opacity-[0.9] font-medium">
        <span>
          {children}
        </span>
        <svg width="3" height="24" viewBox="0 -9 3 24" class="h-6 rotate-0 overflow-visible"><path d="M0 0L3 3L0 6" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg>
      </button>
    </a>
  </div>;
};

निम्नलिखित चार्ट दिखाता है कि कौन-से v2 endpoints किस authentication method से मैप किए जाते हैं।

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |                                  |                                    |                                                                                                                                            |
| :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :------------------------------- | :--------------------------------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
| **एंडपॉइंट**                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   | **OAuth 1.0a उपयोगकर्ता संदर्भ** | **OAuth 2.0** **ऐप-केवल   <br />** | **OAuth 2.0  <br />PKCE के साथ ऑथराइज़ेशन कोड**                                                                                            |
| [Tweet lookup](/hi/x-api/posts/lookup/introduction)<br /><br />IDs की सूची का उपयोग करके कई Tweets प्राप्त करें<br /><br />[GET /2/tweets](/hi/x-api/posts/post-lookup-by-post-ids)<br /><br />ID का उपयोग करके एक Tweet प्राप्त करें<br /><br />[GET /2/tweets/:id](/hi/x-api/posts/post-lookup-by-post-id)                                                                                                                                                                                                                                                                                                                                                                                                                                   | ✅                                | ✅                                  | ✅  <br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read                                                                        |
| [Tweets प्रबंधित करें](/hi/x-api/posts/manage-tweets/introduction)<br /><br />Tweet करें<br /><br />[POST /2/tweets](/hi/x-api/posts/creation-of-a-post)<br /><br />Tweet हटाएँ<br /><br />[DELETE /2/tweets/:id](/hi/x-api/posts/post-delete-by-post-id)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />tweet.write<br /><br />users.read                                                     |
| [टाइमलाइन्स](/hi/x-api/posts/timelines/introduction)<br /><br />उपयोगकर्ता की Tweet टाइमलाइन<br /><br />[GET /2/users/:id/tweets](/hi/x-api/posts/user-posts-timeline-by-user-id)<br /><br />उपयोगकर्ता मेंशन टाइमलाइन<br /><br />[GET /2/users/:id/mentions](/hi/x-api/posts/user-mention-timeline-by-user-id)<br /><br />उल्टे कालानुक्रम में होम टाइमलाइन<br /><br />[GET /2/users/:id/timelines/reverse\_cronological](/hi/x-api/posts/timelines#user-mention-timeline-3)                                                                                                                                                                                                                                                                  | ✅<br /><br />✅                   | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read |
| [हाल की खोज](/hi/x-api/posts/search/introduction#recent-search)<br /><br />पिछले 7 दिनों में प्रकाशित Tweets खोजें<br /><br />[GET /2/tweets/search/recent](/hi/x-api/posts/recent-search)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | ✅                                | ✅                                  | ✅<br /><br />स्कोप्स: <br /><br />tweet.read<br /><br />users.read                                                                         |
| [पूर्ण आर्काइव खोज](/hi/x-api/posts/search/introduction#full-archive-search)<br /><br />केवल Academic Research ऐक्सेस वाले उपयोगकर्ताओं के लिए उपलब्ध<br /><br />Tweet के पूर्ण आर्काइव में खोजें<br /><br />[GET /2/tweets/search/all](/hi/x-api/posts/full-archive-search)                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |                                  | ✅                                  |                                                                                                                                            |
| [फ़िल्टर की गई स्ट्रीम](/hi/x-api/posts/filtered-stream/introduction)<br /><br />अपनी स्ट्रीम में नियम जोड़ें या हटाएँ<br /><br />[POST /2/tweets/search/stream/rules](/hi/x-api/posts/adddelete-rules)<br /><br />अपनी स्ट्रीम के नियम प्राप्त करें<br /><br />[GET /2/tweets/search/stream/rules](/hi/x-api/posts/rules-lookup)<br /><br />स्ट्रीम से कनेक्ट करें<br /><br />[GET /2/tweets/search/stream](/hi/x-api/posts/filtered-stream)                                                                                                                                                                                                                                                                                                  |                                  | ✅                                  |                                                                                                                                            |
| [वॉल्यूम स्ट्रीम्स](/hi/x-api/posts/volume-streams/introduction)<br /><br />सभी Tweet में से लगभग 1% को रीयल-टाइम में स्ट्रीम करता है।<br /><br />[GET /2/tweets/sample/stream](/hi/x-api/posts/sample-stream)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 |                                  | ✅                                  |                                                                                                                                            |
| [रीट्वीट प्रबंधित करें](/hi/x-api/posts/retweets/introduction#manage-retweets)<br /><br />किसी Tweet को रीट्वीट करें<br /><br />[POST /2/users/:id/retweets](/hi/x-api/posts/retrieve-posts-that-repost-a-post)<br /><br />रीट्वीट हटाएँ<br /><br />[DELETE /2/users/:id/retweets/:source\_tweet\_id](/hi/x-api/posts/causes-the-user-in-the-path-to-unretweet-the-specified-post)                                                                                                                                                                                                                                                                                                                                                             | ✅                                |                                    | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />tweet.write<br /><br />users.read                                                   |
| [रीट्वीट्स लुकअप](/hi/x-api/posts/retweets/introduction#retweets-lookup)<br /><br />वे उपयोगकर्ता जिन्होंने किसी Tweet को रीट्वीट किया है<br /><br />[GET /2/tweets/:id/retweeted\_by](/hi/x-api/users/returns-user-objects-that-have-retweeted-the-provided-post-id)                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | ✅                                | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read                                                                            |
| बुकमार्क्स [लुकअप](/hi/x-api/posts/bookmarks/introduction#bookmarks-lookup)<br /><br />बुकमार्क किए गए Tweet प्राप्त करें<br /><br />[GET /2/tweets/:id/bookmarks](/hi/x-api/bookmarks/bookmarks-by-user)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |                                  |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />bookmark.read                                                   |
| [बुकमार्क प्रबंधित करें](/hi/x-api/posts/bookmarks/introduction#manage-bookmarks)<br /><br />Tweet को बुकमार्क करें<br /><br />[POST /2/tweets/:id/bookmarks](/hi/x-api/bookmarks/add-post-to-bookmarks)<br /><br />Tweet से बुकमार्क हटाएँ<br /><br />[DELETE /2/users/:id/bookmarks:tweet\_id](/hi/x-api/bookmarks/remove-a-bookmarked-post)                                                                                                                                                                                                                                                                                                                                                                                                 |                                  |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />bookmark.write                                                  |
| [लाइक्स प्रबंधित करें](/hi/x-api/posts/likes/introduction#manage-likes)<br /><br />किसी Tweet को लाइक करें<br /><br />[POST /2/users/:id/likes](/hi/x-api/posts/causes-the-user-in-the-path-to-like-the-specified-post)<br /><br />किसी Tweet का लाइक हटाएं<br /><br />[DELETE /2/users/:id/likes/:tweet\_id](/hi/x-api/posts/causes-the-user-in-the-path-to-unlike-the-specified-post)                                                                                                                                                                                                                                                                                                                                                        | ✅                                |                                    | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />like.write                                                    |
| [लाइक्स लुकअप](/hi/x-api/posts/likes/introduction#likes-lookup)<br /><br />वे उपयोगकर्ता जिन्होंने किसी Tweet को लाइक किया है<br /><br />[GET /2/tweets/:id/liking\_users](/hi/x-api/users/returns-user-objects-that-have-liked-the-provided-post-id)<br /><br />किसी उपयोगकर्ता द्वारा लाइक किए गए Tweets<br /><br />[GET /2/users/:id/liked\_tweets](/hi/x-api/posts/returns-post-objects-liked-by-the-provided-user-id)                                                                                                                                                                                                                                                                                                                     | ✅                                | ✅                                  | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />like.read                                                     |
| [जवाब छिपाएँ](/hi/x-api/posts/hide-replies/introduction)<br /><br />किसी Tweet के जवाब को छिपाता है या उसका छिपाना हटाता है।<br /><br />[PUT /2/tweets/:id/hidden](/hi/x-api/posts/hide-replies)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               | ✅                                |                                    | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />tweet.moderate.write                                          |
| [उपयोगकर्ता लुकअप](/hi/x-api/users/lookup/introduction)<br /><br />IDs के आधार पर कई उपयोगकर्ताओं को प्राप्त करें<br /><br />[GET /2/users](/hi/x-api/users/user-lookup-by-ids)<br /><br />id के आधार पर एक उपयोगकर्ता को प्राप्त करें<br /><br />[GET /2/users/:id](/hi/x-api/users/user-lookup-by-id)<br /><br />उपयोगकर्ता नामों के आधार पर कई उपयोगकर्ताओं को प्राप्त करें<br /><br />[GET /2/users/by](/hi/x-api/users/user-lookup-by-usernames)<br /><br />उपयोगकर्ता नाम के आधार पर एक उपयोगकर्ता को प्राप्त करें<br /><br />[GET /2/users/by/username/:username](/hi/x-api/users/user-lookup-by-username)<br /><br />प्रमाणित उपयोगकर्ता के बारे में जानकारी प्राप्त करें<br /><br />[GET /2/users/me](/hi/x-api/users/user-lookup-me) | ✅                                | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read                                                                            |
| [फ़ॉलो प्रबंधित करें](/hi/x-api/users/follows/introduction#manage-follows)<br /><br />किसी उपयोगकर्ता ID को दूसरे उपयोगकर्ता को फ़ॉलो करने की अनुमति देता है<br /><br />[POST /2/users/:id/following](/hi/x-api/users/follow-user)<br /><br />किसी उपयोगकर्ता ID को दूसरे उपयोगकर्ता को अनफ़ॉलो करने की अनुमति देता है<br /><br />[DELETE /2/users/:source\_user\_id/following/:target\_user\_id](/hi/x-api/users/unfollow-user)                                                                                                                                                                                                                                                                                                               | ✅                                |                                    | ✅<br /><br />स्कोप: <br /><br />tweet.read<br /><br />users.read<br /><br />follows.write                                                  |
| [फ़ॉलो लुकअप](/hi/x-api/users/follows/introduction#follows-lookup)<br /><br />ID के आधार पर किसी उपयोगकर्ता द्वारा फ़ॉलो किए जा रहे उपयोगकर्ताओं को देखें<br /><br />[GET /2/users/:id/following](/hi/x-api/users/following-by-user-id)<br /><br />ID के आधार पर किसी उपयोगकर्ता के फ़ॉलोअर्स को देखें<br /><br />[GET /2/users/:id/followers](/hi/x-api/users/followers-by-user-id)                                                                                                                                                                                                                                                                                                                                                           | ✅                                | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />follows.read                                                    |
| [ब्लॉक लुकअप](/hi/x-api/users/blocks/introduction#blocks-lookup)<br /><br />निर्दिष्ट उपयोगकर्ता ID ने जिन उपयोगकर्ताओं को ब्लॉक किया है, उनकी सूची लौटाता है<br /><br />[GET /2/users/:id/blocking](/hi/x-api/users/returns-user-objects-that-are-blocked-by-provided-user-id)                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />block.read                                                      |
| [म्यूट प्रबंधित करें](/hi/x-api/users/mutes/introduction#manage-mutes)<br /><br />किसी उपयोगकर्ता ID को दूसरे उपयोगकर्ता को म्यूट करने की अनुमति देता है<br /><br />[POST /2/users/:id/muting](/hi/x-api/users/mute-user-by-user-id)<br /><br />किसी उपयोगकर्ता ID को दूसरे उपयोगकर्ता को अनम्यूट करने की अनुमति देता है<br /><br />[DELETE /2/users/:source\_user\_id/muting/:target\_user\_id](/hi/x-api/users/unmute-user-by-user-id)                                                                                                                                                                                                                                                                                                       | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />mute.write                                                      |
| [म्यूट्स लुकअप](/hi/x-api/users/mutes/introduction#mutes-lookup)<br /><br />निर्दिष्ट उपयोगकर्ता ID द्वारा म्यूट किए गए उपयोगकर्ताओं की सूची लौटाता है<br /><br />[GET /2/users/:id/muting](/hi/x-api/users/returns-user-objects-that-are-muted-by-the-provided-user-id)                                                                                                                                                                                                                                                                                                                                                                                                                                                                       | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />mute.read                                                       |
| [Spaces लुकअप](/hi/x-api/spaces/lookup/introduction)<br /><br />ID से Space लुकअप करें<br /><br />[GET /2/spaces/:id](/hi/x-api/spaces/space-lookup-by-space-id)<br /><br />कई Spaces लुकअप करें<br /><br />[GET /2/spaces](/hi/x-api/spaces/space-lookup-up-space-ids)<br /><br />user ID द्वारा बनाए गए Spaces खोजें<br /><br />[GET /2/spaces/by/creator\_ids](/hi/x-api/spaces/space-lookup-by-their-creators)                                                                                                                                                                                                                                                                                                                             |                                  | ✅                                  | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />space.read                                                    |
| [Spaces खोज](/hi/x-api/spaces/lookup/introduction)<br /><br />उन उपयोगकर्ताओं को प्राप्त करें जिन्होंने किसी Space का टिकट खरीदा है<br /><br />[GET /2/spaces/:id/buyers](/hi/x-api/spaces/retrieve-the-list-of-users-who-purchased-a-ticket-to-the-given-space)                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |                                  |                                    | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />space.read                                                    |
| [Spaces खोज](/hi/x-api/spaces/search/introduction)<br /><br />आपके बताए गए खोज शब्दों से मेल खाने वाले लाइव या शेड्यूल किए गए Spaces लौटाता है।<br /><br />[GET /2/spaces/search](/hi/x-api/spaces/search-for-spaces)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |                                  | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />space.read                                                      |
| [सूची खोज](/hi/x-api/lists/list-lookup/introduction)<br /><br />ID से किसी विशिष्ट सूची को खोजें<br /><br />[GET /2/lists/:id](/hi/x-api/lists/list-lookup-by-list-id)<br /><br />किसी उपयोगकर्ता के स्वामित्व वाली सूची को खोजें<br /><br />[GET /2/users/:id/owned\_lists](/hi/x-api/lists/get-a-users-owned-lists)                                                                                                                                                                                                                                                                                                                                                                                                                          | ✅                                | ✅                                  | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read                                                     |
| [सूचियों का प्रबंधन](/hi/x-api/lists/manage-lists/introduction)<br /><br />प्रमाणीकृत उपयोगकर्ता की ओर से नई सूची बनाता है<br /><br />[POST /2/lists](/hi/x-api/lists/create-list)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             | ✅                                |                                    | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read<br /><br />list.write                               |
| [सूचियों का प्रबंधन](/hi/x-api/lists/manage-lists/introduction)<br /><br />प्रमाणीकृत उपयोगकर्ता के स्वामित्व वाली सूची को हटाता है<br /><br />[DELETE /2/lists/:id](/hi/x-api/lists/delete-list)<br /><br />प्रमाणीकृत उपयोगकर्ता के स्वामित्व वाली सूची के मेटाडेटा को अपडेट करता है<br /><br />[PUT /2/lists/:id](/hi/x-api/lists/update-list)                                                                                                                                                                                                                                                                                                                                                                                              | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.write                                                      |
| [सूची Tweets प्राप्त करें](/hi/x-api/lists/list-tweets/introduction)<br /><br />निर्दिष्ट सूची से Tweets प्राप्त करें<br /><br />[GET /2/lists/:id/tweets](/hi/x-api/posts/list-posts-timeline-by-list-id)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     | ✅                                | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read                                                       |
| [सूची सदस्यों की खोज](/hi/x-api/lists/list-members/introduction#list-members-lookup)<br /><br />निर्दिष्ट सूची के सदस्यों की सूची लौटाता है<br /><br />[GET /2/lists/:id/members](/hi/x-api/users/returns-user-objects-that-are-members-of-a-list-by-the-provided-list-id)<br /><br />उन सभी सूचियों को लौटाता है, जिनका निर्दिष्ट उपयोगकर्ता सदस्य है<br /><br />[GET /2/users/:id/list\_memberships](/hi/x-api/lists/get-a-users-list-memberships)                                                                                                                                                                                                                                                                                           | ✅                                | ✅                                  | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read                                                       |
| [सूची सदस्यों को प्रबंधित करें](/hi/x-api/lists/list-members/introduction#manage-list-members)<br /><br />प्रमाणीकृत उपयोगकर्ता के स्वामित्व वाली सूची में एक सदस्य जोड़ें<br /><br />[POST /2/lists/:id/members](/hi/x-api/users/returns-user-objects-that-are-members-of-a-list-by-the-provided-list-id)<br /><br />प्रमाणीकृत उपयोगकर्ता के swामित्व वाली सूची से एक सदस्य हटाएँ<br /><br />[DELETE /2/lists/:id/members/:user\_id](/hi/x-api/lists/remove-a-list-member)                                                                                                                                                                                                                                                                   | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.write                                                      |
| [सूची फ़ॉलो लुकअप](/hi/x-api/lists/list-lookup/introduction)<br /><br />निर्दिष्ट सूची के सभी फ़ॉलोअर लौटाता है<br /><br />[GET /2/lists/:id/followers](/hi/x-api/users/returns-user-objects-that-follow-a-list-by-the-provided-list-id)<br /><br />निर्दिष्ट उपयोगकर्ता द्वारा फ़ॉलो की जाने वाली सभी सूचियाँ लौटाता है<br /><br />[GET /2/users/:id/followed\_lists](/hi/x-api/lists/get-users-followed-lists)                                                                                                                                                                                                                                                                                                                               | ✅                                | ✅                                  | ✅<br /><br />स्कोप्स:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read                                                     |
| [सूची फ़ॉलो प्रबंधन](/hi/x-api/lists/manage-lists/introduction)<br /><br />प्रमाणीकृत उपयोगकर्ता की ओर से किसी सूची को फ़ॉलो करता है<br /><br />[POST /2/users/:id/followed\_lists](/hi/x-api/lists/follow-a-list)<br /><br />प्रमाणीकृत उपयोगकर्ता की ओर से किसी सूची को अनफ़ॉलो करता है<br /><br />[DELETE /2/users/:id/followed\_lists/:list\_id](/hi/x-api/lists/unfollow-a-list)                                                                                                                                                                                                                                                                                                                                                          | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.write                                                      |
| [पिन की गई सूचियों की जानकारी](/hi/x-api/lists/pinned-lists/introduction)<br /><br />प्रमाणीकृत उपयोगकर्ता की पिन की गई सूचियाँ लौटाता है<br /><br />[GET /2/users/:id/pinned\_lists](/hi/x-api/lists/get-a-users-pinned-lists)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.read                                                       |
| [पिन की गई सूची को प्रबंधित करें](/hi/x-api/lists/pinned-lists/introduction)<br /><br />प्रमाणीकृत उपयोगकर्ता की ओर से किसी सूची को पिन करता है<br /><br />[POST /2/users/:id/pinned\_lists](/hi/x-api/lists/pin-a-list)<br /><br />प्रमाणीकृत उपयोगकर्ता की ओर से किसी सूची को अनपिन करता है<br /><br />[DELETE /2/users/:id/pinned\_lists/:list\_id](/hi/x-api/lists/unpin-a-list)                                                                                                                                                                                                                                                                                                                                                           | ✅                                |                                    | ✅<br /><br />स्कोप:<br /><br />tweet.read<br /><br />users.read<br /><br />list.write                                                      |
| [बैच अनुपालन](/hi/x-api/compliance/batch-compliance/introduction)<br /><br />एक नया अनुपालन जॉब बनाता है<br /><br />[POST /2/compliance/jobs](/hi/x-api/compliance/create-compliance-job)<br /><br />निर्दिष्ट अनुपालन जॉब की स्थिति और डाउनलोड जानकारी लौटाता है<br /><br />[GET /2/compliance/jobs/:job\_id](/hi/x-api/compliance/get-compliance-job)<br /><br />हाल के अनुपालन जॉब्स की सूची लौटाता है<br /><br />[GET /2/compliance/jobs](/hi/x-api/compliance/list-compliance-jobs)                                                                                                                                                                                                                                                       |                                  | ✅                                  |                                                                                                                                            |
