Authentication
To interact with rootVX’s Tokenization APIs, you need to authenticate your requests using API credentials. Follow these steps to set up authentication:
- Obtain Client ID and Client Secret: Log in to the rootVX Developer Console and retrieve your
Client ID
andClient Secret
. These credentials are required to authenticate API requests. - Use Credentials to Authenticate API Calls: Include your
Client ID
andClient Secret
in API requests. Typically, you pass them in theAuthorization
header or use them to obtain a Bearer token for authentication. - Verify Scope and Permissions: Ensure your credentials have the necessary scope and permissions to access all required API endpoints.
Updated about 1 month ago