GET
/
v1
/
session
/
create-session
curl --request GET \
  --url https://api.findloka.com/v1/session/create-session \
  --header 'Authorization: <authorization>'
{
  "session_id": "sess_1a2b3c4d5e6f7g8h9i0j"
}

Overview

The Create Import Session API initiates a new session for address importing operations. This endpoint should be called before submitting address batches to establish a session context for tracking overall import progress.

To obtain an API key, please contact our sales team.

Authorization

Authorization
string
required

Your API key for authentication

{
  "session_id": "sess_1a2b3c4d5e6f7g8h9i0j"
}

Notes

  • The response contains a unique session_id that should be used in subsequent API calls
  • Session IDs are specific to your account and cannot be used across different API keys
  • Use this session ID when:
  • Sessions have a limited lifetime and will expire after a period of inactivity