Token
AML
Country Data
Customer
- Access Control
- Active Session
- Credentials
- Customer
- Organization
- PATCHCreate business address
- POSTCreate business customer documents
- POSTCreate Organization Bulk
- POSTCreate Organization by Customer Type
- POSTCreate Organization
- DELDelete organization entity
- DELDelete organization shareholder delete
- POSTGet Organization By Business Type
- POSTGet Organization By Customer Type
- GETGet Organization Details
- GETGet organization documents by purpose
- GETGet organization documents
- GETGet organization entity
- GETGet organization get address
- GETGet organization get by id
- GETGet organization get customers
- GETGet organization shareholder get
- PATCHPatch organization entity create
- PATCHPatch organization entity update
- PATCHPatch organization shareholder create
- PATCHPatch organization shareholder update
- POSTPost organization get all
- PUTPut organization update kyb status
- PUTPut organization update status
- PUTUpdate Organization
- PATCH
Merchant API
Finsupport
- PUTTicket By Id
- PUTUpdate Ticket
- PUTEscalate
- PUTCustomer Close Ticket
- PUTAssignee Update Ticket Status
- PUTAdmin Update Ticket Status
- PUTAdmin Close Ticket
- PUTAdd Start Date
- PUTAdmin Complete Ticket For Assignee
- POSTSingle Upload
- POSTMultiple Upload
- POSTCustomer Reply On Ticket
- POSTCreate Ticket
- POSTCreate New Ticket
- POSTAssignee Reply On Ticket
- POSTAssignee Add Note
- POSTAdmin Reply On Ticket
- POSTAdmin Add Note
- POSTAdmin Add Assignee To The Ticket
- POSTAdd Follower To The Ticket
- GETTicket Status Enums
- GETTicket Report
- POSTTicket Report
- GETTicket Report Sort Order
- GETTicket Report Sort Fields
- GETRole Enums
- GETPriority Enums
- GETMy files
- GETTickets
- GETTickets by customer id
- GETList Of Tickets By Follower Id
- GETList Of Tickets By Assignee
- GETList Of Replies By Ticket Id
- GETList Of Notes By Ticket Id
- GETReply By Reply Id
- GETNote By Note Id
- GETList Of Follower By Ticket Id
- GETAssignee By Ticket Id
- GETCategory Enums
- GETSingle By Id
- GETAggregate
- GETAll By Note Id
- GETAll By Reply Id
- GETAll By Ticket Id
- GETAll file
- PUTReply Title Status
- GETReply Messages
- PUTReplay Messages
- POSTReplay Messages
- GETReplay Title
- POSTReplay Title
- GETReply Title By Id
- GETReply Messages by id
Get organization get by id
GET
/
organization
/
getById
/
{organizationId}
Copy
curl --request GET \
--url https://gateway.finhub.cloud/customer/2.0.0/organization/getById/{organizationId} \
--header 'Authorization: Bearer <token>'
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
default
Default response
Copy
curl --request GET \
--url https://gateway.finhub.cloud/customer/2.0.0/organization/getById/{organizationId} \
--header 'Authorization: Bearer <token>'
Assistant
Responses are generated using AI and may contain mistakes.