EPISHIP API Users overview

EPISHIP Users API icon 32px svg

Overview

EPISHIP Users API diagram svg
Figure 1. EPISHIP API relationship diagram. User registration, authentication, and profile management flow.

EPISHIP App

EPISHIP’s user management interface allows administrators to control access to the platform. It serves as the central hub for inviting new team members, assigning roles (e.g., admin, shipper), and monitoring account status across the organization.

EPISHIP API

The REST API that handles all user-related operations. It supports retrieving the currently authenticated user’s details, listing all users within a company, and performing administrative tasks such as manual email verification and CSRF token refreshing.

Authentication

Secured via Bearer tokens in the Authorization header. The API also includes endpoints for refreshing CSRF tokens, ensuring secure session management for browser-based integrations alongside standard API token usage.

Lifecycle Management

A flexible system for handling user accounts. The API supports “soft-deletes,” allowing users to be deactivated without permanent data loss, and includes a dedicated restore endpoint to reactivate accounts if needed.

What can users do with the EPISHIP Users API?

Users can use the EPISHIP Users API to perform common workflows, such as:

Quote properties available to view and filter through the EPISHIP Shipping Quotes API:

Additional info

Related

Related Categories