Locate your User ID
Overview
Your user ID is unique to your OnlinePay account and is used to authenticate your requests to the OnlinePay API. It ensures that the user making an API request has sufficient permissions to perform the requested action, and also helps to track API usage and monitor for any suspicious activity.
Retrieve your User ID
Do the following steps to retrieve your unique user-uid
.
-
Navigate to My Account in the OnlinePay dashboard.
-
Copy the string in the URL following
/users/
. -
Save the UUID value as a
userId
variable in your REST API client.Alternatively, you can pass the UUID in your request header if using cURL.
Updated 2 days ago