Skip to main content
The advisor endpoints allow you to create advisors and assign them to accounts or clients in Saturn’s platform.

Full Endpoint URL

Create Advisor

POST /create/

This endpoint creates a new advisor in the Saturn platform. Create an advisor by providing their details, including the CRM source and a unique advisor ID from that CRM.

Mandatory Fields

Request Example

Response Example Status Code: 201

Error Responses

  • 409 Conflict: Advisor with the same id already exists.
  • 400 Bad Request: Missing mandatory fields

Assign Advisor

POST /assign/

This endpoint assigns an advisor to an account or clients in the Saturn platform. The assignment links the advisor to specific accounts or clients based on their CRM IDs.

Mandatory Fields

Request Example

Response Example Status Code: 201

Error Responses

  • 404 Not Found: Advisor not found.
  • 400 Bad Request: Missing mandatory fields

Retrieve Advisor

GET /

This endpoint retrieves an advisor by either their email address or CRM-specific ID.

Query Parameters

*At least one of email or id must be provided.

Request Example with Email

Request Example with ID

Response Example Status Code: 200

Error Responses

  • 400 Bad Request: Missing CRM header or both email and id parameters
  • 404 Not Found: Advisor not found with the provided email or ID