List company lists
List all company lists
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Responses
200Success
application/json
idstringRead-onlyRequired
short_idstringRead-onlyRequired
namestring · max: 255Required
sourcestring · max: 255 · nullableOptional
num_optionsstringRead-onlyRequired
401
Unauthorized
get
v1/company/lists/Request samples
import requests
response = requests.get(
"https://journeys-api.50skills.app/v1/company/lists/",
)
print(response.json()) fetch("https://journeys-api.50skills.app/v1/company/lists/")
.then(response => response.json())
.then(data => console.log(data))
.catch(error => console.error("Fetch error:", error)); Response samples
Last updated