Endpoint
Headers
string
required
Your public API key.
string
required
Your API secret. Use a
stl_test_... value in sandbox, stl_live_... in production.string
required
Your business ID.
Query parameters
integer
Page number. Defaults to
1.integer
Records per page. Defaults to
20.Response
boolean
true on success.string
Human-readable outcome.
array
Array of business objects.
string
Unique business ID.
string
The business’s registered name.
string
Bank Verification Number associated with the business.
string
URL to the uploaded photo ID document.
array
Array of URLs to uploaded business documents.
boolean
true if the business has been approved by Interstellas.string
The registered residential address.
string
ID of the state where the business is located.
object
State object containing
id and name.string
The client account this business belongs to.
integer
The current page number.
integer
The page size used for this response.
integer
Total number of records matching the current query, across all pages.
integer
The final page number, derived from
total ÷ limit. See Pagination — this endpoint uses Shape B.