Overview
Legaliza is an E-Notary Platform to provide the possibility to sign by notary online.
Legaliza provides the REST API to help customers to integrate notary service into their own.
Here is the API documentation to explain how to use.
Base URL
The base url of legaliza API is here: https://dev.api.legaliza.io/api
All the api endpoints should be added behind of this base url.
All the media files base url should be https://dev.api.legaliza.io/media
.
Example
url: {{BASE_URL}}/document-types/
Authentication
Legaliza Rest API provides API key authentication.
You can use API Key to authorize your API request.
You can contact Legaliza sales team to get API Keys from here.
Example
{
Legaliza-Api-Key: `{{api_key}}`,
// Other header options
}
Language
Legaliza service supports only Spanish.
Postman example
You can download the postman example from here.
Please make sure to create Postman Environment and set the variable named BASE_URL = https://dev.api.legaliza.io/api
.