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

Signup

POST
/api/signup

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/signup' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "full_name": "yourname",
    "email": "youremail",
    "password": "yourpassword"
}'
Response Response Example
{}
Modified at 2026-02-05 20:23:52
Previous
Login
Next
Search
Built with