# Create a new enrollment Access Token for the Entity **POST /v2/Services/{ServiceSid}/AccessTokens** Create a new enrollment Access Token for the Entity TODO: Resource-level docs ## Servers ## Parameters ### Path parameters - **ServiceSid** (string) The unique SID identifier of the Service. ### Body: (object) - **FactorFriendlyName** (string) The friendly name of the factor that is going to be created with this access token - **FactorType** (string) The Type of this Factor. Eg. `push` - **Identity** (string) The unique external identifier for the Entity of the Service. This identifier should be immutable, not PII, and generated by your external system, such as your user's UUID, GUID, or SID. - **Ttl** (integer) How long, in seconds, the access token is valid. Can be an integer between 60 and 300. Default is 60. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) Account Sid. - **date_created** (string(date-time) | null) The date this access token was created - **entity_identity** (string | null) Unique external identifier of the Entity - **factor_friendly_name** (string | null) A human readable description of this factor. - **factor_type** (string | null) The Type of the Factor - **service_sid** (string | null) Verify Service Sid. - **sid** (string | null) A string that uniquely identifies this Access Token. - **token** (string | null) Generated access token. - **ttl** (integer | null) How long, in seconds, the access token is valid. - **url** (string(uri) | null) The URL of this resource. [Powered by Bump.sh](https://bump.sh)