Skip to main content

References

References are especially useful if you're new to REST APIs. You can start by reviewing commonly used REST API terms, the different types of REST resources, such as singular and collection resources, and resource URL paths. Explore the following topics:

TopicDescription
Resource TypesParameters and properties of the two types of resources: singular and collection
Resource PathsVariations of resource paths across product versions
Supported HTTP MethodsMethods GET, POST, PATCH, and DELETE and which work with each data type
Supported HTTP StatusesList of standard HTTP response codes
Supported Data TypesList of JavaScript Object Notation (JSON) resource attribute types
Supported Media TypesList of data formats for HTTP payloads
TerminologyList of commonly used terms
JSON Web TokenJSON Web Token (JWT) is a compact token format that lets you authorize yourself.