Skip to main content
POST
/
api
/
v2.1
/
customer
/
individual
/
{customerId}
/
users
/
{userId}
/
sessions
Create customer session
curl --request POST \
  --url https://sandbox.finhub.cloud/api/v2.1/customer/individual/{customerId}/users/{userId}/sessions \
  --header 'Content-Type: application/json' \
  --data '
{
  "username": "<string>",
  "password": "<string>",
  "tenantKey": "<string>",
  "tenantSecret": "<string>",
  "credentialType": "<string>",
  "value": "<string>",
  "tenantId": "<string>"
}
'

Headers

X-Forwarded-For
string
X-Tenant-ID
string
sec-ch-ua-platform
string

Path Parameters

customerId
string
required
userId
string
required

Body

application/json
username
string
password
string
tenantKey
string
tenantSecret
string
credentialType
string
value
string
tenantId
string

Response

200

OK