VesselSignal API
  1. Ships
VesselSignal API
  • Ships
    • Login
      POST
    • Signup
      POST
    • Search
      GET
    • Detail
      GET
  1. Ships

Login

POST
/api/auth/login

Request

Authorization
Add parameter in header
Authorization
Example:
Authorization: ********************
Body Params application/json

Examples

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/auth/login' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "youremail",
    "password": "yourpassword"
}'
Response Response Example
{}
Modified at 2026-02-05 20:23:25
Previous
Ships
Next
Signup
Built with