Skip to content

Authentication

All API requests must include a valid Bearer Token in the Authorization header.

Bearer Token

Authorization: Bearer {your-token}

Generating a Token

API tokens are generated from the backoffice user settings page:

https://dashboard.wedocod.com/settings/api-keys

When generating a token, you can select specific permissions (scopes) to control what the token can access.

Token Scopes

Seller tokens support all available scopes:

ScopeDescription
create leadscreate leads via the API
view leadsview leads via the API
update leadsupdate leads via the API
delete leadsdelete leads via the API
create orderscreate orders via the API
view ordersview orders via the API
update ordersupdate orders via the API
delete ordersdelete orders via the API

TIP

You can assign a subset of scopes when generating a token to create least-privilege integrations.

WedoCOD API Documentation