On this page you can find information on how to connect to our REST API.
All of the token types in our REST API, uses a bearer. Currently we have:
- Group token: ddd_token
- Webshop token: ddd_webshop_token
- Loyalty token: ddd_loyalty_token
This bearer indentifier, must be used in conjuction with the correct token type, to grant access. If in doubt as to which type a token is, you can check all tokens types here. See ‘Response Body’ for the relevant information.
All token types can be used in the following sections:
- Information
A group token can be used in the following sections:
- Article
- Clerk
- GiftCertificate
- Group
- ItemGroup
- ReasonCode
- Stock
- Supplier
- Transactions
- WebOrder
A webshop token can be used in the following sections:
- Group (coming soon)
- WebOrder
- Webshop
A loyalty token can be used in the following sections:
- Loyalty2
- Loyalty2Engine
- Loyalty2Member
- Loyalty2MemberEngine
For C# a code example see here.