.dev
REST APIAPI Reference

Users

GET
/v1/users

Response Body

curl -X GET "https://example.com/v1/users"
POST
/v1/users

Response Body

curl -X POST "https://example.com/v1/users"
GET
/v1/users/{id}

Path Parameters

id*string

Response Body

curl -X GET "https://example.com/v1/users/string"
PATCH
/v1/users/{id}

Path Parameters

id*string

Response Body

curl -X PATCH "https://example.com/v1/users/string"
DELETE
/v1/users/{id}

Path Parameters

id*string

Response Body

curl -X DELETE "https://example.com/v1/users/string"
PUT
/v1/users/{id}

Path Parameters

id*string

Response Body

curl -X PUT "https://example.com/v1/users/string"