Check Availability
Profile
Check Availability
A POST to the /profiles/availability endpoint allows your application get the availability of an email or mobile
POST
Check Availability
Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Check the availability of an Omneo profile by Email or Mobile
The /availability endpoint allows developers to check if an Omneo profile exists matching either anemail or mobile_phone
This endpoint can be used to check for a customers Omneo profile, as form validation, before creating a profile, or quickly get a customers id or full name, providing only an email or phone number.
| Attribute | Description |
|---|---|
available BOOLEAN | Will be returned true if a match has been found. and false if no match is found |
email STRING | A valid email to search for an Omneo profile |
mobile_phone STRING | A valid E.164 Mobile number to search for an Omneo Profile |