REST API

Create an API Request

To call the User Management API:
  1. You must already have a
    Business Center
    account. If you do not, you can create an evaluation account.
  2. Authenticate to the API using either:
    1. HTTP Signature Authentication - A Base-64 encoded Shared Secret Key passed in the headers you generate for HTTP Signature authentication.
    2. P12 Certificate - Used for JSON Web Token (JWT) authentication and passed in the headers you generate for JWT authentication.
  3. Specify one of the following hosts in the URL:
    • Test:
      POST
      https://apitest.cybersource.com
    • Live:
      POST
      https://api.cybersource.com
    • Live in India:
      POST https://api.in.cybersource.com/
  4. Append the resource
    /ums/v1/users/search
    to the host name.
  5. Pass your request in a HTTP POST method. See Retrieve a list of users for details.