List all a user's LOCs

List all a user's LOCs

GET https://sandbox-api.stilt.com/v1/users/{user_id}/loc

Returns an array of objects, which each object corresponding to a LOC object for the user

Path Parameters

NameTypeDescription

user_id*

string

The uuid of the user

{}

Be sure to omit `Content-Type': 'application/json' from the header of this request to avoid a 500 error

Last updated