Internal site. Jolli authentication required to view.
Skip to Content
HappydefaultPOST /things

Create a thing

POST/things

Try it

POST/things
Request body (application/json)

Authentication

No authentication required.

Request body

Content type: application/json

  • object
    • namestringrequired

Response

201Created
Request
curl -X POST 'https://api.example.com/v1/things' \ -H 'Content-Type: application/json' \ -d '{ "name": "string" }'