Agent Lookup

Search for agents by name, email, company, or phone number. Returns an array containing the Rela Ids of the agent_card objects matching the lookup.

Agent Lookup

GET https://www.relahq.com /api/v1/object/agent_lookup?parameters[key]=value

Possible values for key are: name, email, company, phone

Headers

HTTP/1.1 200 OK 
#Example Response
{
  [123456789]
 
}

Last updated