Include Exceptions

Whenever you make a request that is accepted and gives an error based on includes you can check the status code or name in the table below for more information. The description will show more details about how the error is created and what possible steps you can take to avoid these kind of errors.

StatusNameDescription

5000

Include not allowed

This include is not allowed on this entity, try removing the include from the request. Check the list of includes that are allowed for this endpoint.

5001

Include not found

This include is not available in the API, please remove the inlcude from the request. Check the docs for the requested entity to check all the available includes.

5008

Include depth

You have reached the limit on nested includes. Try removing the last nested include or try other endpoints to reduce the amount of nested includes.

5013

Include not available

This include is not available on the requested entity. Check the docs for the requested entity to check all the available includes.

Last updated