You first need to obtain your API credentials before you can start using eID Easy services.
API credentials are unique identifiers that you need to send along when making requests to an API. In our case, these unique credentials are the client_id
and secret
.
So, how can you obtain this client_id
and secret
? Well, it’s quite simple, just follow the steps below:
- Head over to our sign-up page at https://id.eideasy.com/ and authenticate yourself
- Navigate to My Webpages and click “Register new webpage”
- Enter Website home page address and
redirect_uri
value where the user will be redirected after authentication or signing. - Take note of your site’s
client_id
andsecret
. You’ll need to copy these into your code soon. NB! Secret means secret. Never give yoursecret
to anyone or they will be able to use eID Easy services at your expense.
Next, if you wish to get started with our IDaaS (Identification as a Service) follow this guide, or if you wish to get started with our eSignature SaaS follow this guide.