How to Use Appdome REST API to Audit App Sec Teams
Learn how to use Appdome’s REST API to audit App Sec teams and Audit SDLC for secured mobile apps: Get team status, members, and entitlements using Appdome “Get My Teams” REST API.
When building apps in a team, you might often want to get the current state of the team or see what happened in the team in a period of time or if an unexpected event occurred in your team, you’ll probably want to know what happened in the team recently that led to this.
This Knowledge Base article outlines how you can use the Appdome REST API access your teams’ current status and retrieve its audit log.
We hope you find this knowledge base useful and enjoy using Appdome!
Prerequisites for using the Appdome REST API to Audit App Sec Teams
In order to use Appdome’s Get My Teams REST API, you’ll need:
- Appdome Ideal account.
- Appdome-DEV access
- Your API Token (See how to get your API Token)
- At least one Appdome Team.
- For audit logs, you will need the Team-ID. You get it using the Status Request (see below), or on the platform.
How to use the Appdome Team Information API
You’ll need to include your API Token as the value of the Authorization header.
URL | https://fusion.appdome.com/api/v1/user/teams |
---|---|
Method | GET |
Content-Type | multipart/form-data |
Headers | Authorization: <API Token> |
API Description | Allows you to retrieve your teams’ status and information |
CURL Example |
|
Response Format |
|
Getting Team Events using the Appdome Audit Log API
You’ll need to include your API Token as the value of the Authorization header and the Team ID, start date and end date as URL encoded parameters.
URL | https://fusion.appdome.com/api/v1/events?team_id=<team_id>&start_date=<start_date>&end_date=<end_date> |
---|---|
Method | GET |
Content-Type | application/json |
Headers | Authorization: <API Token> |
Query Parameters | { // date format: 2018-01-01T10:00:29.059Z |
API Description | Allows you to download an audit log for your teams. |
CURL Example |
|
Response Format | A JSON response holding the selected team audit log |
How Do I Learn More
Check out Appdome Platform, or learn more about Appdome-DEV REST API and Appdome-DEV.
You can also use our API requests Postman Collection.
If you have any questions, about using Appdome’s REST API for collaboration, please send them our way at support@appdome.com or via the chat window on the Appdome platform.
Thank you and try Appdome!
Thanks for visiting Appdome! Our mission is to make mobile integration easy. We hope we’re living up to the mission with your project. If you don’t already have an account, you can sign up for free.