Connecting
The Match API is available via
https://yourserver/match/api/matchgrid_id/v1/
where matchgrid_id indicates the Matchgrid to access. Authentication and authorization for Match API access is controlled by API Users. The matchgrid_id is available on the page for configuring Matchgrid API Users, or by inspecting the URL of most Matchgrid-specific pages.
Protocol
COmanage Match implements the TAP Identity Match Protocol. Please note the following:
- Search Only requests via
GETare not supported, and will return a 405 error. Search viaPOSTinstead. - Responses do not include Additional Identifiers or Golden Attributes.
- Attributes sent in a request that are not configured in any Rules will be silently ignored.
Request Headers
Client headers are not specified in the TAP Identity Match Protocol. For access to the COmanage Match implementation of this API:
Content-Typeshould be set totext/json, especially for requests that include a body.Acceptshould not be sent (CO-1774).