Authentication

To interact with rootVX’s Tokenization APIs, you need to authenticate your requests using API credentials. Follow these steps to set up authentication:

  1. Obtain Client ID and Client Secret: Log in to the rootVX Developer Console and retrieve your Client ID and Client Secret. These credentials are required to authenticate API requests.
  2. Use Credentials to Authenticate API Calls: Include your Client ID and Client Secret in API requests. Typically, you pass them in the Authorization header or use them to obtain a Bearer token for authentication.
  3. Verify Scope and Permissions: Ensure your credentials have the necessary scope and permissions to access all required API endpoints.