Get linked apps for a user
curl --request GET \ --url https://api.raccoonai.tech/tail/linked-apps \ --header 'raccoon-secret-key: <api-key>'
{ "linkedApps": [ "app1", "app2", "app3" ] }
Successful Response
The response is of type object.
object
Was this page helpful?