Accounts

get
Responses
get
/api/accounts/
200Success
post
Body
idstringRead-onlyRequired
account_emailstringRequired
embedded_urlstringRead-onlyRequired
account_accessstringRead-onlyRequired
Responses
201Success
application/json
post
/api/accounts/
201Success
put

Update account information. If the request contains embedded_conf, it must be a JSON object with boolean values.

        Allowed keys for `embedded_conf` are:
        - COMPARISON_TAB_VIEW
        - GRAPHS_TAB_VIEW
        - NOTES_TAB_VIEW
        - ZONING_TAB_VIEW
        - WEATHER_FORECAST_TAB_VIEW
        - ADVANCED_TAB_VIEW
        - TREE_ANALYSIS_TAB_VIEW
        - CROPS_TAB_VIEW

        Example payload:
        {
            "embedded_conf": {
                "COMPARISON_TAB_VIEW": true,
                "GRAPHS_TAB_VIEW": false,
                "NOTES_TAB_VIEW": true
            }
        }
Path parameters
idstringRequired
Body
idstringRead-onlyRequired
account_emailstringRequired
embedded_urlstringRead-onlyRequired
account_accessstringRead-onlyRequired
Responses
put
/api/accounts/{id}/
200Success
delete
Path parameters
idstringRequired
Responses
delete
/api/accounts/{id}/
204

No response body

No content

Last updated