Skip to content

Full Insights profile (no truncation) + PDF reference.

GET
/users/{userId}/insights
curl --request GET \
--url https://api.gospl.example/v1/users/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/insights \
--header 'Authorization: Bearer <token>'
userId
required
string format: uuid

OK

Media type application/json

Full Insights text — fields MUST NOT be truncated (FR-01).

object
keyStrengths
required
string
blindSpots
required
string
communicationDos
required
string
communicationDonts
required
string
summary

Percentages + colour wheel for the page (FR-03, FR-04).

object
colourWheel
object
key
additional properties
number
percentages
object
key
additional properties
number
fullProfilePdfUrl

FR-02 — link to the complete Insights PDF.

string format: uri
Example generated
{
"keyStrengths": "example",
"blindSpots": "example",
"communicationDos": "example",
"communicationDonts": "example",
"summary": {
"colourWheel": {
"additionalProperty": 1
},
"percentages": {
"additionalProperty": 1
},
"fullProfilePdfUrl": "https://example.com"
}
}

Missing/invalid credentials.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}

Authenticated but not permitted (incl. cross-tenant).

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}

Not found within the caller’s tenant.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}