User Signup

Register a new user from your application

Register User

POST https://a1pay.net/api/usersapi/register

This endpoint allows you to signup a new user from your app

Request Body

{
    "status": "success",
    "data": "success",
}

Last updated