Ping API

Socios Ping API

Using the Ping API, developers can check if their setup is done appropriately and the endpoint communicates efficiently with the API.

Use the Quick start for a walkthrough implementation.

Endpoint to ping service.

get
Authorizations
Responses
200
Successfully pinged service
application/json
get
GET /ping/2.0.0/ping HTTP/1.1
Host: api-public.socios.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
200

Successfully pinged service

{
  "data": {
    "response": "OK"
  }
}

Last updated