---
title: "Create a new enrollment Access Token for the Entity"
method: POST
path: "/v2/Services/{ServiceSid}/AccessTokens"
tags: ["VerifyV2AccessToken"]
---

# Create a new enrollment Access Token for the Entity

`POST /v2/Services/{ServiceSid}/AccessTokens`

Create a new enrollment Access Token for the Entity

## Path parameters

- `ServiceSid` string, required

## Response `200`

OK

- VerifyV2ServiceAccessToken
  - `sid` string, nullable — A 34 character string that uniquely identifies this Access Token.
  - `account_sid` string, nullable — The unique SID identifier of the Account.
  - `service_sid` string, nullable — The unique SID identifier of the Verify Service.
  - `entity_identity` string, nullable — The unique external identifier for the Entity of the Service.
  - `factor_type` 'push' — The Type of the Factor. Currently only `push` is supported.
  - `factor_friendly_name` string, nullable — A human readable description of this factor, up to 64 characters. For a push factor, this can be the device's name.
  - `token` string, nullable — The access token generated for enrollment, this is an encrypted json web token.
  - `url` string, uri, nullable — The URL of this resource.
  - `ttl` integer — How long, in seconds, the access token is valid. Max: 5 minutes
  - `date_created` string, date-time, nullable — The date that this access token was created, given in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.

## Other responses

- `201` — Created

## Changes

- **2025-05-29** (v2) `de8cd287d820` — 1 info
  - added the success response with the status `200`
- **2024-08-26** (v2) `c6432fdfc1a2` — 1 info
  - the `ttl` response's property default value `0` was added for the status `201`
- **2023-08-10** (v2) `fb6ded97d73f` — 1 info
  - api tag `VerifyV2AccessToken` added

[Change history](https://skmtc.dev/twilio/apis/verify-v2/changes/v2/Services/:ServiceSid/AccessTokens/post.md)

---

[API](https://skmtc.dev/twilio/apis/verify-v2.md) · [All operations](https://skmtc.dev/twilio/apis/verify-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/verify-v2/revisions/995c3e7a8bfb/schema)
