Skip to main content
Sign In
Credentials (email and password) are provided by the iQpay team during onboarding. Contact your iQpay representative if you have not received them.

Body

application/json
email
string
required

Your iQpay-assigned username/email.

Example:

"sponsor@example.com"

password
string
required

Your iQpay-assigned password.

Example:

"your-password"

Response

Successfully authenticated. Returns a JWT token.

token
string

JWT Bearer token to use in the Authorization header.

Example:

"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."