> ## Documentation Index
> Fetch the complete documentation index at: https://docs.awardforce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Headers

> Understand Award Force API response headers.

## Reponse headers

<ParamField header="ETag" type="string">
  Entity tag for the selected representation. Used for caching and conditional requests.
</ParamField>

<ParamField header="Location" type="string">
  URI of the newly created resource. Returned in `201 CREATED` responses.
</ParamField>

<ParamField header="Retry-After" type="integer">
  Number of seconds the client should wait before retrying. Returned in `429 TOO MANY REQUESTS` responses.

  **Example:** `60`
</ParamField>

<ParamField header="X-RateLimit-Limit" type="integer">
  Maximum number of requests allowed per minute.

  **Example:** `60`
</ParamField>

<ParamField header="X-RateLimit-Remaining" type="integer">
  Number of requests remaining in the current rate limit window.

  **Example:** `58`
</ParamField>

<ParamField header="X-RateLimit-Reset" type="integer">
  Unix timestamp when the rate limit window resets.

  **Example:** `1783470988`
</ParamField>
