Appearance
Metadata
Retrieves metadata and details about a specific company
🚧 Access Limitation Notice:
The Company Insights Cards API endpoint is only available for entities that have been validated and uniquely identified by our curation team. This ensures high-quality, accurate insights about your companies of interest.
Notes
- For all endpoints requiring a company ID, make sure it's URL encoded when passed as a query parameter
- The
resourceIdformat looks like:nlp/f/entity/gz:org:openai - When URL encoded it becomes:
nlp%2Ff%2Fentity%2Fgz%3Aorg%3Aopenai
OpenAPI definition
json
{
"openapi": "3.1.0",
"info": {
"title": "Entities API",
"version": "1.0"
},
"servers": [
{
"url": "https://api.feedly.com/v3/entities"
}
],
"components": {
"securitySchemes": {
"sec0": {
"type": "apiKey",
"in": "header",
"name": "Authorization",
"x-bearer-format": "bearer"
}
}
},
"security": [
{
"sec0": []
}
],
"paths": {
"/{resourceId}": {
"get": {
"summary": "Metadata",
"description": "Retrieves metadata and details about a specific company",
"operationId": "company-metadata",
"parameters": [
{
"name": "resourceId",
"in": "path",
"description": "The resourceId of the company (must be URL encoded)",
"schema": {
"type": "string",
"default": "nlp%2Ff%2Fentity%2Fgz%3Aorg%3Aopenai"
},
"required": true
}
],
"responses": {
"200": {
"description": "200",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
},
"400": {
"description": "400",
"content": {
"application/json": {
"examples": {
"Result": {
"value": "{}"
}
},
"schema": {
"type": "object",
"properties": {}
}
}
}
}
},
"deprecated": false
}
}
},
"x-readme": {
"headers": [],
"explorer-enabled": true,
"proxy-enabled": true
},
"x-readme-fauxas": true,
"_id": "655693b2a3fad70012606ec2:67d1ace0cee24e0068dbbe33"
}