Skip to main content
GET
/
api
/
signup-pages
/
{id}
{
  "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:00:00"
}

Authorizations

Authorization
string
header
required

Enter your JWT token in the format 'Bearer '

Path Parameters

id
integer
required
Example:

1

Response

Signup page found

id
integer
Example:

1

title
string | null
Example:

"SignUp Title"

unique_id
string
Example:

"fb3733bd-b05b-47ba-ab2b-a2d59e1d33f2"

company
object
number_range
object
daily_summary_at
string<time> | null
Example:

"09:30:00"

summary_email
string | null
email_confirmation_required
boolean
Example:

true

created_at
string
Example:

"2025-05-27 10:00:00"

updated_at
string
Example:

"2025-05-27 10:00:00"