Skip to main content
POST
Create Client for a Project

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Body

application/json
name
string
required
Example:

"Client Inc."

email
string
required
Example:

"client@company.com"

company
string
Example:

"Acme Corp"

avatar
string
Example:

"https://ui-avatars.com/api/?name=C"

Response

200 - application/json

Client created

success
boolean
Example:

true

client
object