Lifepeaks API documentation

Introduction

The LifePeaks.dk API is organized around REST. Our API accepts JSON-encoded requests, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.

The LifePeaks.dk API is based on the principles of Representational State Transfer (REST) allowing clients to create, view, modify and delete resources using standard HTTP request methods with OAuth2 authentication.

Recommended reading: