/
RE
reqres
/
ReqRes API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v2
latest
OpenAPI 3.0.3
MIT
2026-07-26
64
42
58.0 KB
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