get https://slemma.com/api/v1/objects/
Retrieves the details of an existing object. Supply the unique object key (ID) and Slemma will return the corresponding object information.
RETURNS
Returns an Object if a valid identifier was provided.
The following are the examples of HTTP status codes including errors that API can generate
Response codes | Response content | Description |
---|---|---|
200 OK | An object | An object has been retrieved successfully. |
404 Not Found | Object not found | An object with the specified key wasn't found. |