The API supports two authentication methods:
Include your API key in the request header:
X-API-Key: ak_your_api_key_here
First, obtain an access token:
/oauth/token
{
"grant_type": "client_credentials",
"client_id": "your_client_id",
"client_secret": "your_client_secret"
}
Then use the token in subsequent requests:
Authorization: Bearer your_access_token
Search for available notaries
Parameters:jurisdiction - State or jurisdictiondocument_type - Type of document to notarizelanguage - Preferred language (default: English)service_type - online, mobile, or anylimit - Number of results (max 50)Book an appointment with a notary
Required fields:client_name - Full name of clientclient_email - Email addressdocument_type - Type of documentpreferred_date - YYYY-MM-DD formatStart ID verification process
Required fields:client_name - Full nameclient_email - Email addressdocument_type - ID document type{
"error": "Error description",
"code": "ERROR_CODE",
"details": "Additional details if available"
}
For API support, contact: api@actum.com