Check if the current user can sign in to the Developer Portal
get
                    /apiplatform/developers/v1/configuration/authenticated
Checks if the user sending the request is authorized to sign in to the Developer Portal. A 200 response code is returned if the user can sign in to the Developer Portal; an error code is returned otherwise.
All authenticated users can request this resource.
Request
There are no request parameters for this operation.
Response
200 Response 
                                
                                    Indicates the user can sign in to the Developer Portal.
                                
                                
                                
                                
                            401 Response 
                                
                                    Indicates an authentication error.
                                
                                
                                
                                
                            403 Response 
                                
                                    Indicates the user cannot sign in to the Developer Portal.
                                
                                
                                
                                
                            Examples
The following example shows how to determine if the client is authorized to sign in to the Oracle API Platform Cloud Service Developer Portal by submitting a GET request on the REST resource using cURL. For more information about cURL, see Use cURL
curl -i -X GET -u apicsadmin:password https://example.com/apiplatform/developers/v1/configuration/authenticated
Example of Response Headers
The following shows an example of the response headers.
HTTP/1.1 200 OK Server: Oracle-Traffic-Director/12.2.1.0.0 Date: Sun, 01 Jan 2017 16:39:25 GMT Content-length: 0 Content-type: text/plain X-oracle-dms-ecid: 8D_vT0gLS00000000 X-oracle-dms-rid: 0:1 Via: 1.1 otd_opc Proxy-agent: Oracle-Traffic-Director/12.2.1.0.0