get
https://production-api.shoutaboutus.com/api/v1/account/faq/get-block
Get the 'how it works' blocks for a company, filtered by type.
Auth: Both — authentication bearer token. Target company comes from the company_id query param; no ownership/partner-tree scoping, so any authenticated Partner or Account user can read any company's blocks. Role only changes which company_id you pass.
Rate limit: No rate limit.
Request
- Query:
company_id(integer, required) — must be an existing account. - Query:
type(string, optional) — one oflanding_page,widget. Note: the controller filterswhere('type', $type); when you omittypeit filters ontype = null, so passtypeto get rows back.
Response — { data. } envelope (nested: controller wraps its own status/data array).
data.status(string) — literal"success".data.data(array) — list ofRsBlockrecords. Each item:id,company_id,type,content,image_url,image_direction,status,created_at,updated_at,deleted_at.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
