⚡Quick Guide
Welcome to the Valify API integration guide. This section provides a step-by-step guide to integrating Valify services into your application using our API.
1) Prerequisites
Authentication token: This can be generated through our auth API.
Bundle Key: This will be found in the email you received upon signup.
2) Setting up
2.1) Generate a token
for more details about OAuth Token go to:OAuth Token
Download the JSON file from here.
Open Postman and click on Import.

Drop the JSON file.

Choose "Access Token" as shown below and update the "Body" with your credentials then click "Send".
The access token will be shown in the response.

3) Hit your first API request!
Download the JSON file from here.
Open Postman and click on Import.

Drop the JSON file.

Click on "Egy NID OCR" then click on "Authorization" and replace the <access token> field with your access token and then click on "Body".

After clicking on "Body", fill in the required fields then click Send.

Last updated