Skip to Content
G360TechExpressSearch Accounts

Search Accounts

GET/api/v1/companies/addressesTechExpress

Returns list of accounts by provided search parameter.

Auth Scope
urn:grt:techexpress
Content-Type
application/json
Rate Limit
60 req/min

Headers

HeaderValue
AuthorizationBearer access-token

Query Parameters

ParameterTypeRequiredDescription
searchstringYesParameter for accounts lookup
granted_tenant_macnumstringNoThe company macnum on whose behalf the action is performed
page_sizeintegerNoThe number of results to return per page

Response

Response contains list of Account objects found by searching criteria. Each object has the following fields:

Success Response (200 OK)

Response Fields

FieldTypeDescription
address_line_1stringThe primary street address of the account or location
address_line_2stringThe second line of the street address, if applicable
citystringThe city where the account is situated
company_namestringThe name of the main company associated with this account
idintegerA unique numerical identifier for this specific account record within the system
local_contact_namestringThe name of a local contact person for this account/location
local_contact_phonestringThe phone number of a local contact person
location_contact_emailstringThe email address of a local contact person for this account/location
macnumstringA unique identifier, likely a "MAC number" or a similar internal alphanumeric code, for this specific account or location
namestringA descriptive name for the account or location, often combining its macnum and a site-specific identifier (e.g., "03526768 - 040010")
parent_macnumstringThe unique identifier (e.g., MAC number) of the parent company or overarching entity to which this account/location belongs
parent_namestringThe name of the parent company or entity to which this account/location belongs
statestringThe two-letter state code (e.g., "KY") for the account or location's address
zipstringThe postal code (zip code) for the account or location's address

Code Examples

Errors

HTTP StatusError DescriptionResolution
400Bad RequestThe search parameter is required. Ensure it is provided in the query string.
401Authentication FailedVerify your access token is valid and included in the Authorization header with the "Bearer " prefix.
403Permission DeniedYour access token does not have the required scope (urn:grt:techexpress). Contact your administrator to request the appropriate permissions.
Last updated on