As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
What is the correct URL to my BL custom endpoint in the API Console?
G
Göran Svensson
started a topic
over 8 years ago
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.
{
"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
Damien Bell
said
over 8 years ago
Multiple topics on multiple forums about the same issue.
Comments to this discussion are now closed!
However, you can continue the conversation here:
Trying out the REST API
Göran Svensson
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"
}