#Endpoint: Apps
Retrieves and creates Apps that use the EyeEm API. All endpoints below require an authenticated user with a native app access token.
##Available endpoints
/users/#{id}/apps
, GET/apps/id
, GET/users/#{id}/linkedApps
, GET/users/#{id}/linkedApps/#{id}
, GET,DELETE
##API Calls
Gets a user's created apps
DESCRIPTION
- 200 and an array of App objects
- error with code and message
Gets the details of a specific app. Available to native clients w/out authentication.
DESCRIPTION
- 200 and an app object
- error with code and message
Gets a user's linked apps
DESCRIPTION
- 200 and an array of App objects
- error with code and message
Checks if a user has linked a certain app.
DESCRIPTION
- 200 if linked
- 400 if not linked
- error with code and message