---
title: "Generate Encoded Arcadia Connect URL"
method: POST
path: "/plug/credentials/encodedConnectUrl"
tags: ["Credentials"]
---

# Generate Encoded Arcadia Connect URL

`POST /plug/credentials/encodedConnectUrl`

This endpoint generates a submission URL for Arcadia Connect with encoded parameters. The encoding prevents users from tampering with the generated URLs, so they may be shared with users to track which user submitted each Credential. Credentials submitted through an encoded URL will have the provided Correlation ID and will have the `createdBy` field set to the user who generates this link if `isCreatorAttributed` is set to true. A user can submit multiple Credentials through a URL, but the URL expires after 30 days. Learn more about Correlation IDs in Connect [here](https://docs.arcadia.com/docs/add-a-correlation-id-to-connect).

## Headers

- `Arcadia-Version` string, required

## Request body

- PublicPlugEncodedURLRequest
  - `correlationId` string — An ID used to match the utility data pulled for this request back to users in your system. Correlation ID does not have to be unique.
  - `isCreatorAttributed` boolean — If true, any credentials created with the generated URL will be attributed to the user making this request.

## Response `200`

OK

- PublicPlugEncodedURLResource
  - `encodedUrl` string, required

---

[API](https://skmtc.net/arcadia/apis/plug-api.md) · [All operations](https://skmtc.net/arcadia/apis/plug-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arcadia/plug-api/versions/d00587742116/schema)
