Using API key-based authentication for IBM Planning Analytics® as a Service with MCSP
This topic contains details for API key-based authentication for Planning Analytics as a Service with MCSP. This topic does not apply to Planning Analytics as a Service without MCSP. You must have access to Planning Analytics Workspace to generate an API key.
-
Click your user name on the Planning Analytics Workspace home page, then click Manage API Keys.
-
On the API Keys page, click Generate Key.
-
Enter an API Key name and, optionally, a Description.
-
Click Create.
-
When the key is successfully created, click Copy to clipboard and save the key in a secure manner. The API key is displayed for a brief period of time and is unrecoverable after the success notification closes.
You can now use Basic authentication to log into Planning Analytics as a Service with MCSP at https://<PA-SaaS-url>/api/<tenantID>/v0/rolemgmt/v1/users/me
. For example, if your Planning Analytics as a Service URL is https://us-east-1.planninganalytics.saas.ibm.com/
and yout tenant ID is 123xyv, you'd use https://us-east-1.planninganalytics.saas.ibm.com/api/123xyz/v0/rolemgmt/v1/users/me
to log in.
Log in with the user name apikey and use the API key that you generated as the password.
The login returns a paSession cookie that can be reused in additional calls to the Planning Analytics databases or Workspace API endpoints.