Authentication

The Marco API uses an authentication token (auth_token) for securing all API requests. You must include this token in the Authorization header of every request.

Obtaining an Authentication Token

post

Authentication: not required

Body
emailstring · emailRequired
passwordstringRequired
vendor_idinteger · int64Required
Responses
chevron-right
200

Success!

application/json
post
/auth-token

Last updated