/
RE
reqres
/
ReqRes API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 7h ago · Updated 2w ago
View markdown
reqres
ReqRes API
post
Create collection
v2
latest
OpenAPI 3.0.3
MIT
2026-07-26
64
42
58.0 KB
Agent Sandbox
18
App Users
19
Authentication
3
Collections
10
get
List collections
post
Create collection
get
Get collection
put
Update collection
delete
Delete collection
get
List records
post
Create record
get
Get record
put
Update record
delete
Delete record
Custom Endpoints
5
Legacy
8
Payments Sandbox
1
Collections
Create collection
Create a new collection.
post
/api/collections
Headers
X-Reqres-Env
string
Environment key (for example: prod or dev).
Request body
CollectionCreateRequest
required
name
string
required
slug
string
schema
object
project_id
union
visibility
string
Response
Collection created
CollectionResponse
required
data
Collection
required