Skip to main content
GET
/
api
/
v2
/
public
/
hosted-properties
curl --request GET \
  --url https://api.gocobalt.io/api/v2/public/hosted-properties \
  --header 'Authorization: Bearer {Session_token}'
{
    "color": "#000000",
    "bgColor": "#00FF23",
    "name": "Abhishek Kumar"
}

Documentation Index

Fetch the complete documentation index at: https://docs.refold.ai/llms.txt

Use this file to discover all available pages before exploring further.

This API returns the hosted properties saved against the session token

Request description

Headers

Authorization
string
Unlike other API’s in this documentation, this API requires the Session token as a bearer token for authentication.
curl --request GET \
  --url https://api.gocobalt.io/api/v2/public/hosted-properties \
  --header 'Authorization: Bearer {Session_token}'

Response description

color
string
Text Colour Hex
bgColor
string
Background Colour Hex
name
string
Customer name
{
    "color": "#000000",
    "bgColor": "#00FF23",
    "name": "Abhishek Kumar"
}