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

# Types

TrustedForm can issue certificates appropriate for several types of lead origination. Each certificate type has a different
certificate ID format and supports different Insights data points.

### Web

Web certs are generated using our javascript web SDK. [Sign up online](https://account.activeprospect.com/trustedform/script)
for a free TrustedForm Certify account to access the web SDK. Web cert IDs look like this:

```
eb9fc4dd9bed9ad451a5648946cf4bf09b5bb947
```

By default, web certs have a 72-hour (3 day) window during which they are available to API callers. This window is
automatically expanded to 90 days if the certificate recorded a form submission event. After this window has elapsed,
certificate API calls will return an HTTP 404.

### Mobile App

Mobile app certificates are generated using our mobile SDK for iOS or Android. Contact [sales@activeprospect.com](mailto:sales@activeprospect.com) for more information.
Mobile app certificates look like this:

```
11NgkzK_mroUbOD1-x66NigDliU1kdvbaCtLGvyja1K80vU1sKh9grlwP78vzKSp4ncwAfJAlNPNVY8f
```

Mobile app certificates have a 90 day window during which they are available to API callers. After this window
has elapsed, certificate API calls will return an HTTP 404.

### Meta Lead Ads

Meta Lead Ads certificates are supported through LeadConduit. Contact [sales@activeprospect.com](mailto:sales@activeprospect.com) for more information.
Meta Lead Ads cert IDs look like this:

```
0.rpM21ddljS9BNNUOm6FZVVqb5C5JMk1cofI4nDGdwy5ezucyxjok9qLyUXMu9diW62Xac8xNMpomBf1B-XDpfbYvaFMr0YC-54TzHcLrni4.OHOMoMFXaX9YW9DoX_xeng.1vnf6DTWU7sJo6XAxlRP_w
```

Meta Lead Ads certificates have a 90 day window during which they are available to API callers. After this window
has elapsed, certificate API calls will return an HTTP 404.
