/
/Ghost API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 3w ago
  • getHealth check
  • getGet authentication info
  • getList spaces
  • postCreate a space
  • getList API keys
  • postCreate an API key
  • deleteDelete an API key
  • getList databases
  • postCreate a database
  • getGet a database
  • deleteDelete a database
  • postFork a database
  • postUpdate database password
  • postPause a database
  • postResume a database
  • postRename a database
  • getGet space status
  • getGet database logs
  • getList payment methods
  • postCreate payment method setup
  • getGet a payment method
  • deleteDelete a payment method
  • putSet primary payment method
  • deleteCancel pending payment method deletion
  • postIdentify user
  • postTrack event
  • postLog out
  • postSubmit feedback

Create a space

Creates a new Ghost space. Requires user authentication (JWT). API keys cannot be used to create spaces.

post/spaces

Request body

namestring required

Response

Space created

idstring required
namestring required

Changes