Custom Authentication Via SMS

API Endpoint:

{{baseurl}}/api/v1/login-auth-app

Description:

This API endpoint is used for user authentication within the application.

Request Method:

  • POST

Request Body:

  • country_id: The ID of the country where the user is located.

  • phone_number: The user's phone number for authentication.

  • language: The preferred language of the user.

Response:

Last updated