Skip to main content
GET
/
api
/
signup-pages
{
  "data": [
    {
      "id": 1,
      "title": "SignUp Title",
      "unique_id": "fb3733bd-b05b-47ba-ab2b-a2d59e1d33f2",
      "company": {
        "id": 1,
        "name": "Acme Inc."
      },
      "number_range": {
        "id": 2,
        "title": "Main Range"
      },
      "daily_summary_at": "09:30:00",
      "summary_email": "[email protected]",
      "email_confirmation_required": true,
      "created_at": "2025-05-27 10:00:00",
      "updated_at": "2025-05-27 10:05:00"
    }
  ]
}

Authorizations

Authorization
string
header
required

Enter your JWT token in the format 'Bearer '

Response

200 - application/json

List of signup pages

data
object[]