Upload a CSV or Excel file containing institution member data for bulk processing. The file will be processed asynchronously, and members will be added to the system.
File Requirements:
Processing:
Note: The API key in the Authorization header determines which institution the members will be associated with.
HMAC signature authentication. The Authorization header must contain your public key
and HMAC signature in the format: public_key:signature
Format: Authorization: public_key:signature
Example: Authorization: pub_abc123xyz:abc123def456ghi789...
The signature is generated by creating an HMAC hash of the request body (JSON stringified) using your secret key for POST/PUT requests. For GET requests, the signature is generated using the query parameters (JSON stringified) instead of the request body. Contact your account manager to obtain your public key and secret key for generating signatures.
CSV or Excel file containing member data
File uploaded successfully and queued for processing
"file is being processed"