Workflow APIs

GET /v1/profiles/by-username/:username

get/v1/profiles/by-username/{username}

Path parameters

usernamestring required

Response

Successful xfetch workflow response.

Example response

{
  "meta": {
    "credits": {
      "charged": 1,
      "remaining": 99
    }
  }
}

Changes

Changed in 1 of the 2 revisions of this API.33

  • 6e7669d364f633See the full diff
    • added the pattern ^[A-Za-z0-9_]{1,15}$ to the path request parameter username

      request-parameter-pattern-added

    • the response property //// became optional for the status

      response-property-became-optional

    • the response property /////////// became optional for the status

      response-property-became-optional

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added

    • added the optional property //// to the response with the status

      response-optional-property-added