Added endpoint to resolve external references
· One min read
The User resource has been improved with a new POST endpoint to resolve the user ID based on an external reference, replacing the deprecated GET endpoint.
Why have we done this?
The new endpoint improves security and flexibility, as the external reference is now passed in the JSON body when executing the operation.
In summary, we have:
- Added a new Resolve external reference endpoint which uses the HTTP
POSTmethod. - Deprecated the existing Resolve external reference endpoint which uses the HTTP
GETmethod.
Want to learn more?
To learn more, see the Resolve external reference endpoint endpoint in the MobileID API reference documentation.