Heartwork Commerce API
string · requiredstring · required
Authenticate against the API in order to receive an access token.
POST
https://api.heart.work
/commerce-api/auth
On successful authentication, returns a bearer token which can be used for all subsequent API calls. The token should be provided as HEADER in the following format: authentication: "bearer [full-token-string]"
Authenticate against the API in order to receive an access token. › Request Body
usernamepasswordAuthenticate against the API in order to receive an access token. › Responses
200
OK