Coming Soon

CrewRef REST API

Integrate crew reference verification directly into your recruitment platform, ATS, or crew management system. Verify references programmatically with a simple API call.

🔌What to Expect

Reference Verification

Verify if a crew member has active, confirmed references — by email, name, or verification code.

Referee Confirmation

Check if a reference was issued by a specific referee — match by referee email to confirm authenticity.

Webhook Notifications

Get notified when new references are created, verified, or revoked — real-time updates for your platform.

API Keys & Rate Limiting

Secure access with API keys, usage dashboards, and generous rate limits for integration partners.

💻Preview

# Verify a crew member's reference
GET /api/v1/verify
# Request
curl -X GET "https://crewref.com/api/v1/verify" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d "crew_email=john@example.com" \
  -d "referee_email=captain@vessel.com"
# Response
{
  "verified": true,
  "references": 2,
  "latest": {
    "vessel": "M/Y EXAMPLE",
    "position": "Chief Officer",
    "status": "confirmed",
    "issued_at": "2026-01-15"
  }
}

Interested in early access? Get in touch and we'll notify you when the API is ready.