Path parameters
-
The Company ID given by Fipto.
Format should match the following pattern:
[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}
.
GET
/companies/{company_id}
curl \
-X GET https://api.fipto.app/companies/9de0691c-bc8d-409b-8f40-75d4f45db2f3
Response examples (200)
{
"meta": {
"request_id": "string",
"query_parameters": {}
},
"data": {
"id": "string",
"type": "company",
"attributes": {
"name": "Acme inc",
"asset_primary": "BTC",
"payout_required_confirmations": 2
}
}
}
Response examples (200)
{
"meta": {
"request_id": "string",
"query_parameters": {}
},
"data": {
"id": "string",
"type": "company",
"attributes": {
"name": "Acme inc",
"asset_primary": "BTC",
"payout_required_confirmations": 2
}
}
}