IntServ Access API
  • Welcome
  • Basics
    • Overview
    • Authentication
  • API Overview
    • Get Started
    • Access Keys
    • Event Types
  • Events and Flows
  • Integration Request Flow
  • Integration Request Event
  • Access Levels Sync Event
  • App Endpoints
    • /appflows/auth_integration
  • API Endpoints
    • /accesskeys/add
    • /accesskeys/remove
    • /accesskeys/status
    • /accesslevels/list
    • /events/list
  • Resources
  • Change Log
Powered by GitBook
On this page
  • Request and Response Formats
  • Date and Time Format
  • Summary of API Specifications

Was this helpful?

  1. Basics

Overview

PreviousWelcomeNextAuthentication

Last updated 5 years ago

Was this helpful?

Request and Response Formats

IntServ Access API is RPC-based. In general, requests uses HTTP POST and the JSON data format for request and response payloads. Requests is authorized using the Authorization header and an access token (see the section for more details).

Date and Time Format

Date and time is always expressed in UTC, formatted according to ISO 8601, if nothing else is explicitly stated in the endpoint documentation.

Example: 2020-01-01T12:30:00Z

Summary of API Specifications

Content type

application/json

Encoding

UTF-8

Protocol / Scheme

HTTPS / TLS 1.2

Date Time Format

ISO 8601

Authentication