curl --request GET \
--url https://api.lygosapp.com/v1/api/marketplace \
--header 'api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fee": 123,
"is_active": true,
"api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"color": "<string>",
"logo": {
"url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"entityType": "<string>",
"contentType": "<string>",
"fileName": "<string>",
"fileType": "<string>",
"fileKey": "<string>",
"fileSize": 123
},
"favicon": "<string>",
"form_blocks": [
{
"fieldName": "<string>",
"fieldType": "<string>",
"required": true,
"fieldLabel": "<string>",
"fieldDescription": "<string>",
"fieldOptions": [
{
"name": "<string>",
"value": "<string>"
}
]
}
]
}curl --request GET \
--url https://api.lygosapp.com/v1/api/marketplace \
--header 'api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"fee": 123,
"is_active": true,
"api_key_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"created_at": "2023-11-07T05:31:56Z",
"name": "<string>",
"color": "<string>",
"logo": {
"url": "<string>",
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"entityType": "<string>",
"contentType": "<string>",
"fileName": "<string>",
"fileType": "<string>",
"fileKey": "<string>",
"fileSize": 123
},
"favicon": "<string>",
"form_blocks": [
{
"fieldName": "<string>",
"fieldType": "<string>",
"required": true,
"fieldLabel": "<string>",
"fieldDescription": "<string>",
"fieldOptions": [
{
"name": "<string>",
"value": "<string>"
}
]
}
]
}Successful Response
Show child attributes