Skip to main content
GET
/
store
/
setup
/
progress
Endpoint to get the progress of store setup
curl --request GET \
  --url https://services.leadconnectorhq.com/store/setup/progress \
  --header 'Authorization: Bearer <token>'
{
  "status": true,
  "data": {},
  "message": "Successfully created"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

altId
string
required

Location Id or Agency Id

Example:

"6578278e879ad2646715ba9c"

altType
enum<string>
required
Available options:
location

Response

200 - application/json
status
boolean
required

Status of api action

Example:

true

data
object
required
message
string

Success message

Example:

"Successfully created"

Last modified on March 4, 2026