---
title: Glossary
description: Definitions for terms used across API Shield documentation.
image: https://developers.cloudflare.com/core-services-preview.png
---

> Documentation Index  
> Fetch the complete documentation index at: https://developers.cloudflare.com/api-shield/llms.txt  
> Use this file to discover all available pages before exploring further.

[Skip to content](#%5Ftop) 

# Glossary

Review the definitions for terms used across Cloudflare's API Shield documentation.

| Term               | Definition                                                                                                                                                    |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| API call           | Also known as an API request. An API call is a message sent to a server asking an API to provide a service or information.                                    |
| API endpoint       | The API endpoint is the location where API calls or requests are fulfilled. API Shield defines endpoints as a host, method, and path tuple.                   |
| API schema         | The API schema defines which API requests are valid based on several request properties like target endpoint, path or query variable format, and HTTP method. |
| session identifier | A session identifier is a unique identifier that a website assigns to identify a specific user for the duration of their visit.                               |
| source endpoint    | The source endpoint is the endpoint managed by API Shield in Endpoint Management by its routing feature.                                                      |
| target endpoint    | The target endpoint is the ultimate destination that a request is sent to by API Shield's routing feature.                                                    |

```json
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"/directory/","name":"Directory"}},{"@type":"ListItem","position":2,"item":{"@id":"/api-shield/","name":"API Shield"}},{"@type":"ListItem","position":3,"item":{"@id":"/api-shield/glossary/","name":"Glossary"}}]}
```
