Get user websites
GET {{baseUrl}}/user_account/websites?bookmark=<string>&page_size=25
Get user websites, claimed or not
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"website":"\u003cstring\u003e","status":"\u003cstring\u003e","verified_at":"\u003cstring\u003e"},{"website":"\u003cstring\u003e","status":"\u003cstring\u003e","verified_at":"\u003cstring\u003e"}],"bookmark":"\u003cstring\u003e"}