Get user websites
GET {{baseUrl}}/user_account/websites?bookmark=<string>
Get user websites, claimed or not
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| bookmark | string | Cursor used to fetch the next page of items | 
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"}