DESCRIPTION

This endpoint searches for potential Equinox mattercodes in a given string.

Strings with the following special characters will need them replacing with these alternatives:

CharacterReplacement
\{BACKSLASH}
/{FORWARDSLASH}


URL STRUCTURE

https://[hostname]/matter/find-mattercodes/{matchString}

METHOD

GET

HEADERS

**Authorization:**    string Base64       [email]:[key]

ARGUMENTS

NameTypeDescription
matchStringstringA string containing an mattercode


RETURNS

Sample response 

[
[
    "00002"
]
]