Skip to main content
POST
Upload contractor certification

Authorizations

Authorization
string
header
required

All API requests must include a valid Bearer token in the Authorization header. Tokens are 64-character SHA-256 session hashes issued by the PropOps authentication system.

Example:

Body

multipart/form-data
action
enum<string>
required
Available options:
upload,
delete
contractor_uuid
string<uuid>
required
csrf_token
string
required
Example:

"abc123def456"

cert_type
string
Example:

"Gas Safe Certificate"

expiry_date
string<date>
Example:

"2025-12-31"

file
file

Response

Certification uploaded

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"