Start a new topic

What is the correct URL to my BL custom endpoint in the API Console?

I am trying to access my custom endpoint in the API Console but is only getting error response.


I have tried with all kind of combinaitons: /rpc/custom, /appdata/rpc/, /appdata/kid_WJBMffozR/rpc/custom/access_token


It would be convenient to have some information somewhere about the name of your endpoints. I have read all about the REST API and BL and references and here in the forum but have not find it anywhere.


/appdata/kid_WJBMffozR/access_token/

and get the response:

POST /appdata/kid_WJBMffozR/access_token/

Authorization: Basic a2lkX1dKQk1mZm96UjoyN2E1OTFlMzlkNDE0MDRkYjhhYmYwZWU4MzhiZDgyOA==
X-Kinvey-API-Version: 3

================

HTTP/1.1 400 ERROR
Mon Apr 13 2015 13:43:13 GMT+0200 (CEST)

{
"error": "InvalidIdentifier",
"description": "One of more identifier names in the request has an invalid format",
"debug": "The collectionName in the request may only contain alphanumeric characters and dashes"
}

1 Comment

Multiple topics on multiple forums about the same issue.