My Oracle Support Banner

CCstore Login API Returns 401 (Doc ID 2704647.1)

Last updated on AUGUST 25, 2020

Applies to:

Oracle Commerce Cloud Service - Version N/A and later
Information in this document applies to any platform.

Symptoms

When attempting to send a POST request to the endpoint '/ccstoreui/v1/login/' using cURL command-line tool, the following error occurs.


curl --location --request POST 'https://<HOSTNAME>/ccstoreui/v1/login/' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--header 'Authorization: Bearer <bearer token>' \
--data-urlencode 'grant_type=password' \
--data-urlencode 'username=<username>' \
--data-urlencode 'password=<password>'

Cause

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Symptoms
Cause
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.