GET
/
sepaId
/
{customerId}
curl --request GET \
  --url https://gateway.finhub.cloud/customer/2.0.0/sepaId/{customerId} \
  --header 'Authorization: Bearer <token>' \
  --header 'tenantId: <tenantid>'
{
  "sepaIdCode": "<string>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Tenant/Owner id

Path Parameters

customerId
string
required

Customer Id

Response

200
application/json

Get SEPA id by customerId response

The response is of type object.