- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
The API allows you to extend the functionality of Autify NoCode 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
- Press on the sidebar settings.
- Press User > Personal Access Token.
- Enter a token name
- 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?