GET api/APIIntegration/GetAccountAuthCredentials

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

GenericApiResponseOfIEnumerableOfGetAuthCredentialsModel
NameDescriptionTypeAdditional information
message

string

None.

status

string

None.

errorCode

integer

None.

payload

Collection of GetAuthCredentialsModel

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "status": "sample string 2",
  "errorCode": 3,
  "payload": [
    {
      "Title": "sample string 1",
      "AccountId": 2,
      "AuthKey": "sample string 3",
      "AuthToken": "sample string 4"
    },
    {
      "Title": "sample string 1",
      "AccountId": 2,
      "AuthKey": "sample string 3",
      "AuthToken": "sample string 4"
    }
  ]
}