Legacy Dev Forum Posts

 View Only

Sign Up

Download Content via Client Credential Grant

  • 1.  Download Content via Client Credential Grant

    Posted 06-05-2025 18:05

    kellcomnet | 2017-02-13 15:45:48 UTC | #1

    var accessTokenInfo = Configuration.Default.ApiClient.PostToken(ClientCred.ClientID, ClientCred.Secret); Configuration.Default.AccessToken = accessTokenInfo.AccessToken; var content = new ININ.PureCloudApi.Api.ContentManagementApi(); var doc = content.GetDocumentsDocumentIdContent("91d85667-a5dc-461d-ae05-df9d1050dcd0");

    I am getting a 403 error on the var doc line. How do I get a document via a headless application?


    tim.smith | 2017-02-13 17:00:27 UTC | #2

    What's in the body of the error? Can you provide the correlation ID from the response header?


    system | 2017-08-28 19:32:04 UTC | #3


    This post was migrated from the old Developer Forum.

    ref: 914