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:
Character | Replacement |
\ | {BACKSLASH} |
/ | {FORWARDSLASH} |
URL STRUCTURE
https://[hostname]/matter/find-mattercodes/{matchString}
METHOD
GET
HEADERS
**Authorization:**
string Base64 [email]:[key]
ARGUMENTS
Name | Type | Description |
---|---|---|
matchString | string | A string containing an mattercode |
RETURNS
Sample response
[
[
"00002"
]
]