Click Console in the upper right corner of the page.
If you are assigned to more than one Adobe organization, select the correct organization from the drop-down list in the upper right corner of the page.
Click the Create new project button.
Click Add API button in the Get started with your new project section.
To select the Places API, scroll down the page to the Places card and click the checkbox in the upper right corner of the card.
Click the Next button.
Select the OAuth Server-to-Server option (If there is a choice).
Name the credential and click Next.
Select a profile (any should work if there is more than one).
Click Save and configure API.
In the left panel, click the OAuth Server-to-Server link under CREDENTIALS
This page provides the following:
A way to generate an access token to be used in the Places Service REST API requests.
View a curl command for an example how you can genereate an access token from your own code.
View the Client ID (also referred to as an API key)
View the Client Secret
View the Organization ID
All of which are required in the requests to the Places Service REST API.
You can rename the project to something more descriptive by clicking the Project name in the path in the upper left of the window
Then click on the Edit project button in the upper right of the page.
IMPORTANT
Adobe access tokens are valid only for 24 hours, so save the sample CURL command (step 5). If the access token is no longer valid, you must regenerate the token.