> For the complete documentation index, see [llms.txt](https://support.iafcertsearch.org/api-developer-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.iafcertsearch.org/api-developer-guide/api-hi/api-integration/authentication.md).

# प्रमाणीकरण

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

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

प्रमाणीकृत करने के लिए, अपनी 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"
```"
````
