copyright | lastupdated | subcollection | ||
---|---|---|---|---|
|
2017-11-02 |
AnalyticsEngine |
{:new_window: target="_blank"} {:shortdesc: .shortdesc} {:codeblock: .codeblock} {:screen: .screen} {:pre: .pre}
{: #retrieve-uaa-token}
To retrieve an UAA access token:
-
Log in to Cloud Foundry CLI.
-
Run the command:
cf oauth-token
The output of this command is the UAA access token to pass to CLoud Foundry REST APIs for creating a service instance.
Very Important: You should not share this token with other users. Use this token only as the value for the authorization
request header in Cloud Foundry REST API calls.