Get user websites

GET {{baseUrl}}/user_account/websites?bookmark=<string>&page_size=25

Get user websites, claimed or not

Request Params

KeyDatatypeRequiredDescription
bookmarkstringCursor used to fetch the next page of items
page_sizenumberMaximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;items&quot;:[{&quot;website&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;verified_at&quot;:&quot;\u003cstring\u003e&quot;},{&quot;website&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;,&quot;verified_at&quot;:&quot;\u003cstring\u003e&quot;}],&quot;bookmark&quot;:&quot;\u003cstring\u003e&quot;}