Simple SMS
    Simple SMS
    • Register
      POST
    • Login
      POST
    • me
      GET
    • Send To Single Number
      POST
    • Create Sender ID
      POST
    • Get Dashboard Data
      GET
    • Get User sender IDs
      GET
    • Send Bulk SMS
      POST
    • Delete Sender ID
      GET
    • Schemas
      • Sample Schemas
        • Pet
        • Category
        • Tag

      Login

      POST
      /api/auth/login

      Request

      Header Params

      Body Params application/json

      Examples

      Responses

      🟢200Fail
      application/json
      Body

      🟢200Success
      Request Request Example
      Shell
      JavaScript
      Java
      Swift
      curl --location --request POST '/api/auth/login' \
      --header 'Accept: application/json' \
      --header 'Content-Type: application/json' \
      --data-raw '{
          "email":"kapakalakunda@gmail.com",
          "password":"123456"
      }'
      Response Response Example
      200 - Fail - Fail
      {
          "error": "incorrected email or password"
      }
      Modified at 2024-10-05 07:18:25
      Previous
      Register
      Next
      me
      Built with