Create Access Token
This API is used to obtain an access token using the Client ID and Client Secret pair provided by SePay to the Partner. The access token is valid for 6000 seconds (i.e., 100 minutes).
POST
/token/create-u "<YOUR_CLIENT_ID>:<YOUR_CLIENT_SECRET>" \ -H "Content-Type: application/json"
| 401 | Unauthorized Invalid or missing authentication credentials | — |