flotiq-backend-972-mr-536.dev.cdwv.pl Open in urlscan Pro
88.199.97.11  Public Scan

URL: https://flotiq-backend-972-mr-536.dev.cdwv.pl/
Submission: On December 17 via api from US — Scanned from PL

Form analysis 1 forms found in the DOM

<form class="download-url-wrapper"><input type="text" class="download-url-input" value=""><button class="download-url-button button">Explore</button></form>

Text Content

Explore


FLOTIQ API

 0.9 

Flotiq API

Authorize


APIKEY


GET /api /api-key
List api keyss
POST /api /api-key
Add api key to database
GET /api /api-key /{id}
Get api key data by id
PUT /api /api-key /{id}
Api key user data
DELETE /api /api-key /{id}
Delete api key
PUT /api /api-key /{id} /regenerate
Regenerate API key

AUTHENTICATION


POST /api /delete-account-request
Remove user request
POST /api /login_check
Login
POST /api /resetPasswordRequest
Reset password request
POST /api /resetPassword
Reset password confirm
GET /api /integrations /sso /me
Login

LOG


GET /api /logs
List logs
POST /api /logs
create log
DELETE /api /logs
Delete logs
GET /api /logs /{id}
Get log
DELETE /api /logs /{id}
Delete log

USER


GET /api /organization
Get organization data by api key
GET /api /users
List users
POST /api /users
Add user to database
GET /api /users /{id}
Get user data by id, or own user data when id = me
PUT /api /users /{id}
Editing user data
DELETE /api /users /{id}
Delete user
PUT /api /users /{id} /config
Editing user config
PUT /api /users /{id} /information
Update user additional informations
POST /api /users /{id} /information-decline
Get user data by id, or own user data when id = me
PUT /api /users /change-default-space /{id}
Change user default space
PUT /api /users /activate-user /{id}
Remotely activate user
PUT /api /users /resend-activation-email /{id}
Resend user activation email

PUBLIC


POST /api /register
Register user
GET /api /activate /{activationToken}
Activete user
POST /api /delete-account
Delete user confirm

SPACES


GET /api /v1 /spaces

POST /api /v1 /spaces

GET /api /v1 /spaces /{id}

PUT /api /v1 /spaces /{id}

DELETE /api /v1 /spaces /{id}

PUT /api /v1 /spaces /{id} /override-plan
Overyde space plan manually, without payments (for ROLE_ADMIN)
PUT /api /v1 /spaces /{id} /change-plan
Get space and plan and run actions Free->Paid -> run create subscription
Paid->Free -> run cancel subscription Paid->Paid -> run update subscription

TEST


GET /test /sentry

POST /test /webhook-lifecycle
Process payload and return changed content object
POST /test /webhook-lifecycle-2
Process payload and return response with errors list

LIST API CALLS


GET /api /api-call


SPACEDATAPREVIEW


GET /api /spaces-data-preview /spaces
List all spaces
GET /api /spaces-data-preview /export
Get CSV spaces list

USERDATAPREVIEW


GET /api /users-data-preview /users
List all users
GET /api /users-data-preview /export
Get CSV users list

CONSTRAINTS


GET /api /constraints /media-sum-size
Returns sum of sizes of users medias
GET /api /constraints /cto-count
Returns count of content objects
GET /api /constraints /ctd-count
Returns count of content types definitions
GET /api /constraints /scoped-keys-count
Returns the number of scoped api keys
GET /api /constraints /team-members-count
Returns count of members
GET /api /constraints /webhooks-count
Returns count of webhooks
GET /api /constraints /hosted-webhooks-count
Returns count of hosted webhooks
GET /api /constraints /mimetypes
Returns mimetypes list
GET /api /constraints /api-calls-count
Returns api calls count
GET /api /constraints /spaces-free

GET /api /constraints /organization-users
Returns organization user limit
GET /api /constraints /custom-plugins-count
Returns count of custom plugins
GET /api /constraints /official-plugins-count
Returns count of official plugins
GET /api /constraints /all
Returns all constraints

HEADLESS CMS CONTENTTYPE


GET /api /v1 /open-api-schema.json
Endpoint generates complete OpenApi3 schema Headless CMS API Specification You
can view/test this API using OpenApi3 schema tools
GET /api /v1 /internal /open-api-schema.json
Endpoint generates complete OpenApi3 schema Headless CMS API Specification You
can view/test this API using OpenApi3 schema tools
GET /api /v1 /internal /contenttype
List user-defined ContentTypes definitions.
POST /api /v1 /internal /contenttype
Endpoint for ContentType creation.
GET /api /v1 /internal /contenttype /{name}
Get information about user-defined ContentTypes definition.
PUT /api /v1 /internal /contenttype /{name}
Update user-defined ContentType definition.
DELETE /api /v1 /internal /contenttype /{name}
Remove user-defined ContentType definition.

HEADLESS CMS CONTENTOBJECT


GET /api /v1 /content /{name}
List all ContentObjects with specific name (ContentTypeDefinition name) Includes
flow with events, e.g. PreRenderEvent.
POST /api /v1 /content /{name}
Create ContentObject matching defined by user ContentTypeDefinition (for example
create one of products) Includes flow with events, e.g. PreValidateEvent.
POST /api /v1 /content /{name} /batch
Create multiple ContentObjects matching defined by user ContentTypeDefinition
Includes flow with events, e.g. PreValidateEvent.
PATCH /api /v1 /content /{name} /batch
Patch multiple ContentObjects Includes flow with events, e.g. PreValidateEvent.
GET /api /v1 /content /{name} /{objectId}
Get single ContentObject from database.
PUT /api /v1 /content /{name} /{objectId}
Update ContentObject.
PATCH /api /v1 /content /{name} /{objectId}
Patch ContentObject.
DELETE /api /v1 /content /{name} /{objectId}
Remove ContentObject.
POST /api /v1 /content /{name} /batch-delete
Remove ContentObjects.
GET /api /v1 /content /{name} /removed
Get ids of removed ContentObjects from database.

GRAPHQL


POST /api /graphql
Handle GraphQL query Example body content:
query=query{products(id:"product-1"){name}}
query=query{productsList{data{id,name,price,categories{id,name}}}}
GET /api /graphql /schema
Print current GraphQL Schema

ROLE


GET /api /role
List role
POST /api /role
Add Role to database
GET /api /role /all
List All roles avaliable in organization, this endpoint works outside space
context
GET /api /role /user /{id} /all
List All roles assigned to specified user, this endpoint works outside space
context
GET /api /role /{id}
Get role data by id
PUT /api /role /{id}
Update role data
DELETE /api /role /{id}
Delete role
PUT /api /role /assign /{id}
Assign user to role
DELETE /api /role /unassign /{id}
Unassign user from role

SEARCH


GET /api /v1 /search
Search Endpoint

MEDIA


POST /api /media
Upload media
GET /api /unsplash
List media
POST /api /unsplash
Download media from url to server
GET /api /unsplash /{id}
Download media from url to server

ELEMENTTEMPLATE


GET /api /elementTemplates /{id}
Get ElementTemplate data by id
GET /api /elementTemplates
List element templates
POST /api /elementTemplates
Add element template to database

PAGE


DELETE /api /elementTemplates /{id}
Delete element tpl
GET /api /pages /tags
Get tags for pages
GET /api /pages /validate-amp /{id}
Validate amp
POST /api /pages /tag
Add tag to database
GET /api /pages /validate-wcag /{id}
Validate wcag

MENU


GET /api /menus
List menus
POST /api /menus
Add menu to database
GET /api /menus /{id}
Get menu data by id
PUT /api /menus /{id}
Editing menu data
DELETE /api /menus /{id}
Delete menu

PERSONALISATION SEGMENT


GET /api /personalisation-segments
List personalisation segments
POST /api /personalisation-segments
Add personalisation segment to database

PERSONALISATIONSEGMENT


GET /api /personalisation-segments /{id}
Get personalisation segment data by id
PUT /api /personalisation-segments /{id}
Editing personalisation segment data
DELETE /api /personalisation-segments /{id}
Delete personalisation segment

VERSION


GET /api /v1 /content /{name} /{objectId} /version /{version}
Get version data
GET /api /v1 /content /{name} /{objectId} /version /{version} /next
Get data of next version of content object
GET /api /v1 /content /{name} /{objectId} /version /{version} /prev
Get data of previous version of content object
GET /api /v1 /content /{name} /{objectId} /version
List versions
POST /api /v1 /content /{name} /{objectId} /version
Create new version of existing object manually
DELETE /api /v1 /content /{name} /{objectId} /version
Delete all past versions of object manually

WORKFLOW


GET /api /v1 /workflow
List workflows
GET /api /v1 /workflow /{workflowName}
Get workflow
GET /api /v1 /workflow /{name} /{objectId} /{revision}
Get object workflow
PUT /api /v1 /workflow /{name} /{objectId} /{revision}
Move object in workflow

PAYMENT


POST /api /order /checkout
Do checkout
POST /api /order /checkout /property
Do checkout property
POST /api /order /dashboard
Generate link to customer portal

PLAN


GET /api /plans
List plans
POST /api /plans
Add plan to database
GET /api /plans /public
List public visible plans
GET /api /plans /{id}
Get plan data by id
PUT /api /plans /{id}
Editing plan data
DELETE /api /plans /{id}
Delete plan
GET /api /plans /space /{id}
List space plans

WEBHOOKS


GET /api /v1 /content /_webhooks /{webhookId} /logs
Get webhook logs
POST /api /v1 /content /_webhooks /{webhookId} /execute
Fire webhook manually

APPSUMO


POST /api /integrations /appsumo /notification
Nofification endpoint for AppSumo integration
POST /api /integrations /appsumo /activate /{resetPasswordToken}
Activate account for AppSumo integration
POST /api /integrations /appsumo /token
Token Generation Request

TELEPORTHQ


POST /api /integrations /teleporthq /register
Registration from TeleportHq

DEFAULT


GET /api /token /refresh
Refresh token.
POST /api /token /refresh
Refresh token.
PUT /api /token /refresh
Refresh token.
PATCH /api /token /refresh
Refresh token.
DELETE /api /token /refresh
Refresh token.
OPTIONS /api /token /refresh
Refresh token.
HEAD /api /token /refresh
Refresh token.
GET /api /plugins-library

POST /api /zapier /subscribe

DELETE /api /zapier /unsubscribe

GET /api /zapier /perform

POST /api /admin /plan-downgrade


MODELS

LifecycleWebhookRequest
LifecycleWebhookResponse
ElementTemplate
Menu
Tag
PersonalisationSegment
Plan
NotificationModel
ActivationModel