# प्रमाणीकरण

"# प्रमाणीकरण

#### मान्यता हैडर

प्रमाणीकृत करने के लिए, अपनी API अनुरोध में एक x-http-authorization हैडर जोड़ें जो एक API कुंजी जीता है, शामिल करें।

#### API कुंजी

IAF CertSearch का वेब API v1 API कुंजियों का समर्थन करता है। एपीआई कुंजीयों की मदद से आप अपने खाता उपयोगकर्ता नाम और पासवर्ड से अलग प्रमाणीकरण का उपयोग कर सकते हैं। एपीआई कुंजियों को उपयोग करने के लिए, आपको अपने खाते में उत्पन्न करना होगा। ताकि कुंजीयों का उपयोग करने के लिए, आपको “x-http-authorization” नामक एक प्लेन टेक्स्ट हेडर सेट करना होता है जिसकी हेडर की सामग्री “(API कुंजी है)" होती है जहां (API कुंजी) आपकी API Secret Key है।

#### उदाहरण हैडर

```http
GET https://api.iafcertsearch.com/api/client/v1/resource HTTP/1.1
x-http-authorization: आपकी.एपीआई.कुंजी-यहां
```

````
curl -X "GET" "https://api.iafcertsearch.com/api/client/v1/templates" -H "x-http-authorization: आपकी.एपीआई.कुंजी-यहां" -H "Content-Type: application/json"
```"
````


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://support.iafcertsearch.org/api-developer-guide/api-hi/api-integration/authentication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
