API Reference
Graffity Console

Graffity Console APIs

Get All Projects

https://console-backend.graffity.tech/api/external/v1/get-projects (opens in a new tab)

POST

Summary:

Get All Projects

Description:

Get All Projects

Parameters
NameLocated inDescriptionRequiredSchema
AuthorizationheaderBearer tokenYesstring
Responses
CodeDescriptionSchema
200OK[ external_models.Project ]

Get Each Project Information

https://console-backend.graffity.tech/api/external/v1/{project_id} (opens in a new tab)

POST

Summary:

Get Project Informations with Project ID

Description:

Get Project Informations with Project ID

Parameters
NameLocated inDescriptionRequiredSchema
project_idpathProject IDYesstring
AuthorizationheaderBearer tokenYesstring
Responses
CodeDescriptionSchema
200OKexternal_models.Project

Create or update project

https://console-backend.graffity.tech/api/external/v1/project/create-or-update (opens in a new tab)

POST

Summary:

Create or update project

Description:

Create or update project, will create a new project if _id is not provided or doesn't match existing document. Return the project's _id

Parameters
NameLocated inDescriptionRequiredSchema
project_idbodyProjectYesmodels.Update_Project
AuthorizationheaderBearer tokenYesstring
Responses
CodeDescription
200project id