Retrieve company list
Retrieve a company list
Authorizations
AuthorizationstringRequired
Token-based authentication with required prefix "Token"
Path parameters
short_idstringRequired
Responses
200Success
application/json
idstringRead-onlyRequired
short_idstringRead-onlyRequired
namestring · max: 255Required
sourcestring · max: 255 · nullableOptional
num_optionsstringRead-onlyRequired
401
Unauthorized
404
Not found
get
v1/company/lists/{short_id}/Request sample
import requests
response = requests.get(
"https://journeys-api.50skills.app/v1/company/lists/jZzwxywD/",
)
print(response.json()) Response samples
Last updated