List company lists

List company lists

get

List all company lists

Authorizations
AuthorizationstringRequired

Token-based authentication with required prefix "Token"

Responses
chevron-right
200Success
application/json
idstringRead-onlyRequired
short_idstringRead-onlyRequired
namestring · max: 255Required
sourcestring · max: 255 · nullableOptional
num_optionsstringRead-onlyRequired
get
v1/company/lists/
Python

Request samples

import requests
response = requests.get(
    "https://journeys-api.50skills.app/v1/company/lists/",
)
print(response.json())                

Response samples

Last updated