GET
forgeapps/:id
Return the given app’s nickname.
If the app has no nickname, this route will return its id.
Resource Information
Method and URI | GET https://developer.api.autodesk.com/da/us-east/v3/forgeapps/:id |
Authentication Context | app only |
Required OAuth Scopes | code:all |
Data Format | JSON |
Request
Headers
Authorization* string | Must be Bearer <token> , where <token> is obtained via OAuth |
* Required
Request
URI Parameters
id string | Must be “me” for the call to succeed. |
Response
HTTP Status Code Summary
200 OK | Successfully get the user’s nickname. |
403 Forbidden | Forbidden. |
500 Internal Server Error | Unknown error. |
Example
Successfully get the user’s nickname.
Request
curl -v 'https://developer.api.autodesk.com/da/us-east/v3/forgeapps/:id' \
-H 'Authorization: Bearer AuIPTf4KYLTYGVnOHQ0cuolwCW2a'
Response
""