Authentication v1

Authentication endpoints

APIDescription
POST api/v1/oauth2/environment/token

Get access token

POST api/v1/oauth2/token

Get access token

BI files v1

BI file endpoints

APIDescription
POST api/v1/bi/files

Upload BI file

Countries v1

Country endpoints

APIDescription
GET api/v1/countries

List country

HEAD api/v1/countries

List country

Customers v1

Customer endpoints

APIDescription
POST api/v1/customers/import

Import customer file

POST api/v1/customers/upload

Upload customer file

Environments v1

Environment endpoints

APIDescription
GET api/v1/environments

List environment

HEAD api/v1/environments

List environment

POST api/v1/environments

Create environment

DELETE api/v1/environments/{EnvironmentId}

Delete environment

GET api/v1/environments/{EnvironmentId}

Get Environment

HEAD api/v1/environments/{EnvironmentId}

Get Environment

PATCH api/v1/environments/{EnvironmentId}

Patch environment

PUT api/v1/environments/{EnvironmentId}

Update environment

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

Projects v1

Project endpoints

APIDescription
POST api/v1/projects/import

Import project file

POST api/v1/projects/upload

Upload Project file

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