Navigate...

K

Get Project Info

sdk.project.getInfo()

Retrieve full project information including name and members. Use this as a health check — if it returns successfully, your API key and base URL are configured correctly. The response includes the memberships array with project members and their roles.

Use getInfo() as a health check — if it returns successfully, your API key and base URL are configured correctly. This is the first method to call when setting up a new integration.

API key required to run methods

API Key *

Don't have an API key?Get one at dashboard.multisender.app

Base URL

Returns

Project

Full project object with members

id

string

Project identifier

name

string

Project name

slug

string

URL-friendly project slug

description

string | null

Project description

isDefault

boolean

Whether this is the default project

userId

string | null

Owner user ID

memberships

ProjectMember[]

Project members — each has role (OWNER | ADMIN | MANAGER | VIEWER) and user with email and displayName

createdAt

string

ISO 8601 creation timestamp

updatedAt

string

ISO 8601 last update timestamp

Errors

401

The request is not authorized

403

You do not have permission to access this resource

Previous

Project

Next

Lists

Generated Code