Nexta Developer Portal

Nexta Developer Portal

  • Guides
  • API

›Introduction

Introduction

  • Overview
  • Getting started
  • Authentication and authorization
  • API health
  • Error handling

Guides

  • Client onboarding
  • Campaign creation
  • Banner upload
  • Goals API
  • Campaign Set Status
  • Facebook Special Ad Categories

Authentication and authorization

Bearer authentication and authorization

Nexta uses the Bearer authentication scheme.

Following endpoints are used:

  1. GET token /api/v3.1/token
  2. GET refresh token /api/v3.1/token/refreshToken
  3. GET token details /api/v3.1/token/details
  4. GET token status /api/v3.1/token/status

Authentication

To authenticate in Nexta you need to perform a request to GET /api/v3.1/token endpoint providing "userName" and "password" headers.

After successful authentication you should receive the following response:

{
  "Token": "string"
}

Authorization

To authorize on Nexta API endpoints you need to provide Authorization header in the request. Authorization: <token>

← Getting startedAPI health →
  • Bearer authentication and authorization
    • Authentication
    • Authorization
Copyright © 2024 Nexta ApS