On This Page
REST API
Create an API Request
To call the User Management API:
- You must already have aSmartpay Fuse Portalaccount. If you do not, you can create an evaluation account.
- Authenticate to the API using either:
- HTTP Signature Authentication - A Base-64 encoded Shared Secret Key passed in the headers you generate for HTTP Signature authentication.
- P12 Certificate - Used for JSON Web Token (JWT) authentication and passed in the headers you generate for JWT authentication.
- Specify one of the following hosts in the URL:
- Test:POSThttps://api.smartpayfuse-test.barclaycard
- Live:POSThttps://api.smartpayfuse.barclaycard
- Append the resource/ums/v1/users/searchto the host name.
- Pass your request in a HTTP POST method. See Retrieve a list of users for details.