Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

For complete ASM API documentation, follow this link: https://api-wpmasm1.apicasystemapica.comio/v3/Help

Supporting documentation will be referenced in the content below.

...

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

API Usage Example

The following is an example of how you can use the API to trigger a check run, wait for the result and then get the result once it is available.

...