Most API
string
Utility endpoints for integration work — country lookup and fake contact generation.
Generate a test contact
POST
https://api.most.ac/v1
/tools/generate-contact
Generate a realistic fake INDIVIDUAL contact for testing. The generator picks a random country, produces locale-appropriate name / address / phone number, and assigns an email from your verified mail domains.
The returned email is guaranteed unique — it's cross-checked against the contacts table before being returned, so you can pass it directly to POST /clients/{clientId}/contacts without duplicate errors.
Generate a test contact › Request Body optional
emailDomainForce a specific email domain. If omitted, a random domain from your verified mail servers is used.
Example: test.yourmail.com
Generate a test contact › Responses
Generated contact
No data returned