List Available Wallets

Why would I use this?

Returns a list of wallets your current org has access to. The response includes other orgs' wallets shared with you and your own wallet in the order of preferred shared wallet > shared wallet > your own wallet. Your own wallet will always be in the response.

Successful Response Code Snippet

See an example 200 response here, then follow below to learn more about the request, and what makes up the responses.

{
    "pagination": {
        "current_page": 1,
        "total_pages": 1,
        "total": 1
    },
    "results": [
        {
            "id": 259,
            "preferred": false,
            "shared": false,
            "allowed_good_types": [
                "Job",
                "HoverModels::RoofEstimate",
                "Deposit",
                "Plan",
                "OrgJobAccess",
                "Org"
            ],
            "org": {
                "name": "HOVER Documentation",
                "customer_display_name": "HOVER"
            }
        }
    ]
}

Language
Authorization
Bearer
URL
Click Try It! to start a request and see the response here!