Public
Documentation Settings

Firestarter API

Firestarter API - Progressive Startup API Boilerplate



Progressive Startup API Boilerplate
https://firestarter-api.andromeda.technology

Easy to use, Progressive and Scalable API boilerplate to power your startup.

Root

GETHello

{{host}}{{api_prefix}}
Example Request
curl
curl --location -g '{{host}}{{api_prefix}}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Auth

POSTGet token

{{host}}{{api_prefix}}/auth/token
Bodyurlencoded
password

{{admin_password}}

Example Request
curl
curl --location -g '{{host}}{{api_prefix}}/auth/token' \
--data-urlencode 'password={{admin_password}}'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

Message

GETFind Messages

{{host}}{{api_prefix}}/messages
Example Request
curl
curl --location -g '{{host}}{{api_prefix}}/messages'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers