POST
/
api
/
platforms
/
v1
{
  "success": true,
  "authentication": {
    "token": {
      "token": "<string>"
    },
    "oauth": {
      "clientId": "<string>",
      "clientSecret": "<string>"
    },
    "password": {
      "username": "<string>",
      "password": "<string>"
    },
    "synqManagedKeyPair": {
      "publicKey": "<string>"
    },
    "userManagedKeyPair": {
      "privateKey": "<string>"
    }
  }
}

Body

application/json

Response

200
application/json

OK

The response is of type object.