Skip to content

Latest commit

 

History

History

01_getting-started

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

OTTO RETAIL-API - Getting Started

Introduction

The OTTO Retail-API uses standard HTTP semantics as well as OAuth 2.0 for authentication and authorization and returns JSON-encoded responses. We support secure communication and require client applications to implement TLS 1.2 or higher.

With this endpoint for OAuth 2.0 endpoint discovery you can use the returned information to obtain details about the OAuth 2.0 authorization server, such as endpoints for token and user information, as well as the supported OAuth 2.0 flows.

Environments

In order to implement and test the OTTO Retail-API we offer a sandbox environment. Using this sandbox enviroment you can test your implementation without affecting or interacting with your live data.

The base URL for your requests determines whether the request is executed in the production or sandbox environment.

The following base URLs are available for all resources:

Please only use the production environment AFTER succesfully testing your implementation in the sandbox environment.

Authentication

You can find the information about the authentication here.

Scopes

You can find the information about the different scopes we offer here.