API integration
  • 20 Apr 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light

API integration

  • Dark
    Light

Article Summary

The API allows you to extend the functionality of Autify for Mobile, and requires you to generate a personal access token to run the API. Please refer to the documentation for details.

API authentication token generation method

  1. Press on the sidebar settings.
  2. Press User > Personal Access Token.
  3. Enter a token name
  4. That's all 🎉

API Authentication Method

Authentication is performed using the Authorization header.

curl -H "Content-Type: application/json" \ 
     -H "Authorization: Bearer <TODO: Personal Access Token>" \ 
     "https://mobile-app.autify.com/api/~"

Examples of API usage

  • Data reference
  • Execute specific "test plans" in CI/CD tools when the source code changes to check for degreed code.

Sample code for using the API

If you have any questions or concerns about how to use the API, please feel free to contact us from the bottom right corner of the service screen. Requests to add parameters to the API are also welcome!


Was this article helpful?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.