Retrieve a LOC application
Retrieve a single LOC application
GET
https://sandbox-api.stilt.com/v1/users/{user_id}/loc/applications/{application_id}
Returns the LOC application object
Path Parameters
Name
Type
Description
user_id*
string
The uuid of the user
application_id*
string
The uuid of the application
Be sure to omit `Content-Type': 'application/json'
from the header of this request to avoid a 500
error
Last updated