Authentication v1

Authentication endpoints

APIDescription
POST api/v1/oauth2/environment/token

Get access token

POST api/v1/oauth2/token

Get access token

Countries v1

Country endpoints

APIDescription
GET api/v1/countries

List country

HEAD api/v1/countries

List country

Logs v1

Log endpoints

APIDescription
POST api/v1/logs

Create log entries

Ping v1

Ping endpoints

APIDescription
GET api/v1/ping

Ping

HEAD api/v1/ping

Ping

TestFiles v1

Test file endpoints

APIDescription
POST api/v1/tests/files

Upload test file

PUT api/v1/tests/files

Upload test file

GET api/v1/tests/files?Kind={Kind}

Download test file

HEAD api/v1/tests/files?Kind={Kind}

Download test file

TestMethods v1

Test methods endpoints

APIDescription
DELETE api/v1/tests/methods

Test delete

GET api/v1/tests/methods

Test get

HEAD api/v1/tests/methods

Test head

OPTIONS api/v1/tests/methods

Test options

PATCH api/v1/tests/methods

Test patch

POST api/v1/tests/methods

Test post

PUT api/v1/tests/methods

Test put

TestValues v1

Values endpoints

APIDescription
GET api/v1/tests/values

List values

HEAD api/v1/tests/values

List values

PUT api/v1/tests/values/body

Test body values

GET api/v1/tests/values/query

Test query values

HEAD api/v1/tests/values/query

Test query values