API
  • Guides
    • Introduction
    • Authentication
    • Errors
Documentation
API
LoginGet Started

REST API Reference

Everything you can do with the Clakta REST API, grouped by resource.

Guides

Introduction

How the Clakta REST API is organized, and the conventions every endpoint follows.

Authentication

Create an API key, scope it to the resources you need, and send it as a bearer token.

Errors

Every error code the Clakta API can return, what causes it, and how to react.

Endpoints

Orders

Record and maintain the orders Clakta attributes to your ad spend.

  • Create an order
    post/v1/orders
  • Update an order
    patch/v1/orders/{orderId}
  • Delete an order
    delete/v1/orders/{orderId}