Prospects
Search Technologies
Search the technology catalog for names and slugs accepted by the Prospect API technologies filter.
get/api/meta/technology_autocomplete
Query parameters
querystring required
Example:aws
Technology name or slug prefix. Must be a non-blank string containing at least 3 characters.
Response
successful
Example response
{
"status": {
"code": 200
},
"data": [
{
"slug": "amazon-web-services",
"name": "Amazon Web Services (AWS)"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.