Office Lookup

Returns an array containing the Rela Ids of the office objects

Office Lookup

GET https://www.relahq.com /api/v1/object/TBD

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

Headers

NameTypeDescription

API-KEY*

String

Your API Key

TOKEN*

String

Your API Token

content-type*

String

application/json

HTTP/1.1 200 OK 
#Example Response
{
  [
    {"nid":"91753752","name":"Western Office"},
    {"nid":"91753753","name":"Eastern Office"}
  ]
}

Last updated