POST ApiAccount/ApiLogin

Request Information

URI Parameters

None.

Body Parameters

ApiLogin
NameDescriptionTypeAdditional information
PublicApiKey

The Public API key that was supplied on signup to the API

string

None.

ApiVersion

The version parameter that was supplied on signup to the API.

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PublicApiKey": "sample string 1",
  "ApiVersion": 2
}

Response Information

Resource Description

AuthorizedSession
NameDescriptionTypeAdditional information
Id

integer

None.

PublicKeyApiId

integer

None.

SessionHeaderId

string

None.

PublicApiKey

string

None.

CreationDateTime

date

None.

LastActivityDateTime

date

None.

DataSetCollectionItems

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "PublicKeyApiId": 2,
  "SessionHeaderId": "sample string 3",
  "PublicApiKey": "sample string 4",
  "CreationDateTime": "2024-04-26T12:35:20.0916389+00:00",
  "LastActivityDateTime": "2024-04-26T12:35:20.0916389+00:00",
  "DataSetCollectionItems": [
    1,
    2
  ]
}