Skip to main content
POST
Create provider

Authorizations

api_access_token
string
header
required

All API requests must include the api_access_token header with a valid agent or administrator token.

Body

application/json
name
string
required
specialty
string
email
string<email>
phone
string
color
string
Example:

"#10B981"

is_active
boolean
default:true
service_ids
integer[]

IDs of services this provider offers

Response

Provider created

id
integer
name
string
specialty
string
email
string<email>
phone
string
color
string
Example:

"#10B981"

is_active
boolean
service_ids
integer[]
created_at
string<date-time>