Profile Managers

Create a profile manager

post

Creates a profile manager

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringOptionalDefault: ""
shortBiostringOptionalDefault: ""
biostringOptionalDefault: ""
emailstringOptional
imagestringOptional
heroImagestringOptional
Responses
200

Successful response

application/json
Responsestring
post
/profile-manager/create

Create a profile manager that is a child of a Boost

post

Creates a profile manager that is a child of a Boost

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
parentUristringRequired
Responses
200

Successful response

application/json
Responsestring
post
/profile-manager/create-child

Get your profile manager profile information

get

This route uses the request header to grab the profile manager profile of the current profile manager

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Successful response

application/json
get
/profile-manager

Update the profile of your Profile Manager

post

This route updates the profile of the current profile manager

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
displayNamestringOptionalDefault: ""
shortBiostringOptionalDefault: ""
biostringOptionalDefault: ""
emailstringOptional
imagestringOptional
heroImagestringOptional
Responses
200

Successful response

application/json
Responseboolean
post
/profile-manager

Get profile manager information

get

This route grabs the profile information of any profile manager, using their id

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Responses
200

Successful response

application/json
get
/profile-manager/{id}

Last updated

Was this helpful?