Inside Activate
API
Swagger REST API Setup
2 min
activate rest api overview activate includes a rest api with a swagger ui interface that allows customers and integrated systems to pass data to activate for processing this document describes the basic setup of the activate rest api iis configuration open iis manager and navigate to sites > default web site > activate ensure that the activate website is configured for anonymous authentication activate studio configuration by default, members of the built in activate developer role have access to use the rest api for service accounts and other api users, create a new role called activate api user and add a members parameter (typically referencing an ad group) navigate to //resources/api and confirm that windows authentication is enabled in the authentication parameter add the activate api user role to the security settings for the //resources/api object navigate to the swagger url for your instance default url http(s) //\<serverfqdn>/activate/swagger example http //myact02/activate/swagger you can now test or execute api queries and functions through the swagger interface swagger runs under the context of the authenticated user the user must have appropriate access within activate to run or submit actions test an api call — for example, using the job/{id} method to retrieve job information for additional guidance or support, contact your activate representative