mixpost (1.0.0)

Download OpenAPI specification:Download

auth

login

login

Authorizations:
bearerAuth
Request Body schema: application/json
email
string
password
string

Responses

Request samples

Content type
application/json
{
  • "email": "test@gmail.com",
  • "password": "hello123"
}

logout

logout

Authorizations:
bearerAuth
Request Body schema: application/json
email
string
password
string

Responses

Request samples

Content type
application/json
{
  • "email": "ht1aaaeaaaasasat@gmail.com",
  • "password": "hello123"
}

register

register

Request Body schema: application/json
email
string
name
string
password
string
password_confirmation
string
phone
string

Responses

Request samples

Content type
application/json
{
  • "email": "test@gmail.com",
  • "name": "he81allo",
  • "password": "hello123",
  • "password_confirmation": "hello123",
  • "phone": "0821738232"
}

forgot-password

forgot-password

Request Body schema: application/json
email
string
return_url
string

Responses

Request samples

Content type
application/json
{
  • "email": "test@gmail.com",
  • "return_url": "hello.com"
}

reset password

reset password

Request Body schema: application/json
password
string
password_confirmation
string
token
string

Responses

Request samples

Content type
application/json
{
  • "password": "mahesa123",
  • "password_confirmation": "mahesa",
  • "token": "Lt3dX1KCZarPgmJqkPJL2FFXnauRcCPdNsLqy72C2GRmMD0PabGsWjEveP9I"
}

payment

payment

payment

Authorizations:
bearerAuth
Request Body schema: application/json
object

Responses

Request samples

Content type
application/json
{
  • "payment": {
    }
}

Response samples

Content type
application/json
{}

payment dynamic full request

payment dynamic full request

Authorizations:
bearerAuth
Request Body schema: application/json
object
object
object

Responses

Request samples

Content type
application/json
Example
{
  • "customer": {
    },
  • "invoice": {
    },
  • "payment": {
    }
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "meta": {
    }
}

payment dynamic basi request

payment dynamic basi request

Authorizations:
bearerAuth
Request Body schema: application/json
object
object

Responses

Request samples

Content type
application/json
{
  • "invoice": {
    },
  • "payment": {
    }
}

Response samples

Content type
application/json
{
  • "data": {
    },
  • "meta": {
    }
}

workspaces

account list by workspace

account list by workspace

Responses