/
PR
proofdraw
/
ProofDraw API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 5d ago · Updated 3w ago
Details
Filter operations
Account
3
get
Current account, usage, and limits
patch
Update name, email, or password
put
Create or replace the account's business profile
Auth
2
Draws
8
System
1
Verification
2
Account
Create or replace the account's business profile
put
/v1/me/profile
Request body
Profile
required
company_name
string
nullable
website
string
nullable
description
string
nullable
contact_name
string
nullable
contact_email
string
nullable
contact_phone
string
nullable
address_line1
string
nullable
address_line2
string
nullable
city
string
nullable
region
string
nullable
postal_code
string
nullable
country
string
nullable
ISO 3166-1 alpha-2
Response
Profile saved.
object
required
success
boolean
message
string
data
object
Example response
{ "success": true }
Changes