API Key Access via Email
Get your Api Key to access the services in Verifik
Methods used for logging in with an already generated account in Verifik. This procedure is important because all queries require an Access Token, which is only generated upon login to the Verifik page.
These services create an OTP (One Time Password) request necessary to validate that the phone or email belongs to a Verifik client.
Endpoint
Parameters to send in the body
Response
Validate your Email and get your JWT (Api Key)
The OTP confirmation services aim to generate a “login” to the Verifik account by validating that the sent OTP matches the one sent to the email. As a response, the access token is obtained, which the user can use for queries.
Endpoint
Request
Successful response (OTP correctly validated)
Note: A token generated by this means will be valid for 30 days from the time the successful response is received. Verifik is not responsible for handling the Access Token. It is recommended to be very careful in determining who or what uses it to avoid potential consumption issues.
Last updated