SmartXSP
  • Welcome to SmartXSP
  • How to create your first campaign
  • SmartPulse
    • Advanced Tracking
  • Transition Effects
  • Social Generator
  • Ad Serving
    • Getting Started for Publishers
      • [ENG] Publishers : Testing Guide
      • [FRA] Editeurs : Manuel d'intégration
  • Settings
    • Site custom settings
    • Macro in Creative URL
  • API Documentation
    • Starter Guide
    • Campaign
    • Creative
    • Account
  • Looker Studio Connector
    • Looker Studio : what is this connector
    • Support
  • Register SmartXSP
  • Terms & conditions
    • Privacy
    • Terms
  • Troubleshooting
    • No URL
Powered by GitBook
On this page
  • Authentification
  • Identification on the SmartXSP platform
  1. API Documentation

Starter Guide

Authentification

Identification on the SmartXSP platform

POST https://api.smartxsp.io/login

This method will allow you to identify yourself on the SmartXSP platform. A dedicated service account / user account is generally used to perform these operations. If you do not have such an account, contact your sales contact at OursBlanc or contact@oursblanc.io directly.

At the end of this operation, you will obtain a token allowing you to execute all the following requests.

Query Parameters

Name
Type
Description

email*

String

The email address of your service account

password*

String

The password of your service account

{
    "success":true,
    "data":{
        "token":"your_token",
        "name":"user_name"
    },
    "message":"User login successfully."
}
PreviousMacro in Creative URLNextCampaign

Last updated 1 year ago