Like what you see? Have a play with our trial version.

Error rendering macro 'rw-search'

null

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

To use Yellowfin’s REST services, an access token needs to be obtained.
A token can be generated with the
POST /api/refresh-tokens end-pointThis service initializes a security token, and the access token is also returned in the request response. The access token needs to be provided in the header for all the other REST services mentioned in this document.

Token Generation Code

The following examples illustrate how to fetch an access token in various programming languages.



  • No labels