Request ‒ Applications/GetAppSecret
Request ‒ Applications/GetAppSecret
Property
Type
Description
Mandatory
appId
String
The identifier of the new application for which you want to get new Client ID and Client Secret credentials. This appId was returned in the response to the Applications/Post endpoint.
Y
Example JSON Applications/GetAppSecret Request
curl -X GET \
https://api.stg.axonize.com/odata/applications/5a84112171da9b142c301234/getappsecret/ \
-H ‘Authorization: Token’ \
-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B22771E’