GET
/
api
/
v2
/
public
/
connect-url
curl --request GET \
  --url https://api.gocobalt.io/api/v2/public/connect-url \
  --header 'x-api-key: <api-key>'
{
    "color": "#000000",
    "bgColor": "#00FF23",
    "name": "Abhishek Kumar"
}

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. Please ommit the x-api-key from the header of this api.

Header for Generate Connect URL api
Authorization:  Bearer {SESSION TOKEN}

Response description

color
string

Text Colour Hex

bgColor
string

Background Colour Hex

name
string

Customer name