Identities

Update identity metadata (tag, gender, age).

Only accessible if the user uploaded the identity or is a member of a group that has access.

PATCH
/identity/{identity_code}/metadata
AuthorizationBearer <token>

Token-based authentication using access tokens.

In: header

Path Parameters

identity_codestring
tag?Tag

Optional tag for budget_category purposes.

Defaultnull
gender?Gender

Gender: must be one of male, female, or non-binary.

Defaultnull
age?Age

Age in years.

Defaultnull

Response Body

Examples

curl -X PATCH "https://v2.api.piktid.com/identity/string/metadata" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "string",
  "image_description": {}
}
Empty
Empty
Empty
Empty