post https://api.showcase.skylarkplatform.io/api//
Making a POST request to the list endpoint will create a new object. A new UID will be generated for the object and returned in the response.
Log in to see full request history
Response
201Created
Making a POST request to the list endpoint will create a new object. A new UID will be generated for the object and returned in the response.
201Created
xxxxxxxxxx
curl --request POST \
--url https://api.showcase.skylarkplatform.io/api/base_url/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here!