What's the specific API signature of POST /api/trusted-access/clients?
I'm following the guide to embed a dashboard into our webapp. Below is the document I'm reading.
https://devnet.logianalytics.com/hc/en-us/articles/4405851180439-Trusted-Access-API-Endpoints.
I want to use /api/trusted-access/clients POST to creates a Trusted Access client. But I can't find the specific API signature of it. Where can I get to?
Thanks.
-
Official comment
Hi Harvey,
Please refer to the Swagger page at:
http://localhost:8080/composer/swagger-ui/index.html?configUrl=/composer/api-docs/swagger-config#/trusted-access-client
(make sure to change localhost:8080 section according to your environment where Composer is installed)
-
This might be a better fit in the Composer forum, but I'll try to help.
Wouldn't it look just like what is returned in the GET presumably?
https://devnet.logianalytics.com/hc/en-us/articles/4405859468951-Trusted-Access-Client-Properties
Creates a Trusted Access client. The request must specify the number of seconds for which the access token is valid and the client name. The client name must be unique. When you create the client, the client ID, client secret, secret expiration time, and the token authentication method are automatically generated.So to me, this sounds like
client_name and access_token_validity_seconds1
Please sign in to leave a comment.
Comments
2 comments