Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 5 Next »

The ASM API allows developers to collect performance data programmatically or manage their account from an external service.The Synthetic Monitoring API uses a RESTful JSON implementation that allows you programmatically get and set data in Synthetic Monitoring.

Required data

Requests must be provided with particular data to access the API.

Base URL

The base URL for all operations is https://api-wpm.apicasystem.com/v3/\

Authorization

You can authorize your requests either with either a basic authorization header or an authentication ticket parameter.

Header

Content

Example

Authorization

Basic + Base64 encoded value of string username:password
Where username is user name with access to the check and password is the user password.

dXNlcm5hbWU6cGFzc3dvcmQ=

Parameter

Content

Example

auth_ticket

Authentication ticket from API tool.

 9C94CBC4-C64E-4AEA-BBB2-8241445B06CC

For complete documentation regarding the ASM API, refer to the core documentation at https://api-wpm.apicasystem.com/v3/Help. Supporting documentation will be referenced within this section.

  • No labels