API Usage

The API requires that you pass your partner key on each call. This is so that we can properly identify you and satisfy any service level agreements we might have with you.

The API requires the user on whose behalf you are acting to be logged in to their Webs.com account before any information is retrieved or updated. You can request an explicit user login by using the login API request. A successful login will return a session token that you can pass in on subsequent calls. Alternatively, you can pass the user’s password on any API call and the API services will log the user in for you and return a session token that you can use on subsequent calls. If you pass both a session token and a password, the API services will attempt to find the session first before attempting a login.

Using the navigation panel on the right, you can find documentation for every API call.