SignWell · Example Payload

Getme

Retrieves the account information associated with the API key being used.

Me

Getme is an example object payload from SignWell, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummarydescriptiontagsparameters

Example Payload

Raw ↑
{
  "operationId": "getMe",
  "method": "GET",
  "path": "/api/v1/me",
  "summary": "Get credentials",
  "description": "Retrieves the account information associated with the API key being used.",
  "tags": [
    "Me"
  ],
  "parameters": []
}