Openhandle · Schema
InstagramProfile
Social DataInstagramTikToktwitterRedditPublic Datasocial-media-apiMCPcreator-analyticsSocial Listening
Properties
| Name | Type | Description |
|---|---|---|
| accountBadges | arraynull | |
| accountType | object | |
| avatar | object | |
| bio | stringnull | |
| bioEntities | arraynull | |
| bioLinks | arraynull | |
| broadcastChannels | object | |
| category | stringnull | |
| categoryId | stringnull | |
| contact | object | |
| content | object | |
| contentSettings | object | |
| displayName | stringnull | |
| displaySettings | object | |
| externalUrl | stringnull | |
| fanClub | object | |
| fbid | stringnull | |
| fundraisers | object | |
| handle | string | |
| hasDigitalAvatar | booleannull | |
| id | string | |
| isAccountTransparencyVisible | booleannull | |
| isBusiness | booleannull | |
| isFacebookOnboardedCharity | booleannull | |
| isMemorialized | booleannull | |
| isNew | booleannull | |
| isOpenToCollaboration | booleannull | |
| isPotentialBusiness | booleannull | |
| isPrivate | booleannull | |
| isUnpublished | booleannull | |
| isVerified | booleannull | |
| lastStoryAt | stringnull | |
| location | object | |
| mediaPreviews | arraynull | |
| messagingFbid | stringnull | |
| metrics | object | |
| pronouns | arraynull | |
| socialContext | stringnull | |
| suggestion | object | |
| threads | object | |
| upcomingEvents | arraynull | |
| url | string |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/openhandle/main/json-schema/openhandle-instagram-profile-schema.json",
"title": "InstagramProfile",
"x-generated": "2026-09-21",
"x-method": "derived",
"x-generator": "derive-json-schema.py",
"x-source": "openapi/openhandle-openapi.yml#/components/schemas/InstagramProfile",
"additionalProperties": false,
"properties": {
"accountBadges": {
"items": {},
"type": [
"array",
"null"
]
},
"accountType": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileAccountType"
},
{
"type": "null"
}
]
},
"avatar": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"bio": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"bioEntities": {
"items": {},
"type": [
"array",
"null"
]
},
"bioLinks": {
"items": {
"$ref": "#/$defs/InstagramBioLink"
},
"type": [
"array",
"null"
]
},
"broadcastChannels": {
"$ref": "#/$defs/InstagramProfileBroadcastChannels"
},
"category": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"categoryId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"contact": {
"$ref": "#/$defs/InstagramProfileContact"
},
"content": {
"$ref": "#/$defs/InstagramProfileContent"
},
"contentSettings": {
"$ref": "#/$defs/InstagramProfileContentSettings"
},
"displayName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"displaySettings": {
"$ref": "#/$defs/InstagramProfileDisplaySettings"
},
"externalUrl": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"fanClub": {
"$ref": "#/$defs/InstagramProfileFanClub"
},
"fbid": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"fundraisers": {
"$ref": "#/$defs/InstagramProfileFundraisers"
},
"handle": {
"minLength": 1,
"type": "string"
},
"hasDigitalAvatar": {
"type": [
"boolean",
"null"
]
},
"id": {
"minLength": 1,
"type": "string"
},
"isAccountTransparencyVisible": {
"type": [
"boolean",
"null"
]
},
"isBusiness": {
"type": [
"boolean",
"null"
]
},
"isFacebookOnboardedCharity": {
"type": [
"boolean",
"null"
]
},
"isMemorialized": {
"type": [
"boolean",
"null"
]
},
"isNew": {
"type": [
"boolean",
"null"
]
},
"isOpenToCollaboration": {
"type": [
"boolean",
"null"
]
},
"isPotentialBusiness": {
"type": [
"boolean",
"null"
]
},
"isPrivate": {
"type": [
"boolean",
"null"
]
},
"isUnpublished": {
"type": [
"boolean",
"null"
]
},
"isVerified": {
"type": [
"boolean",
"null"
]
},
"lastStoryAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"location": {
"$ref": "#/$defs/InstagramProfileLocation"
},
"mediaPreviews": {
"items": {
"$ref": "#/$defs/InstagramMediaPreview"
},
"type": [
"array",
"null"
]
},
"messagingFbid": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"metrics": {
"$ref": "#/$defs/InstagramProfileMetrics"
},
"pronouns": {
"items": {
"minLength": 1,
"type": "string"
},
"type": [
"array",
"null"
]
},
"socialContext": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"suggestion": {
"anyOf": [
{
"$ref": "#/$defs/InstagramSuggestion"
},
{
"type": "null"
}
]
},
"threads": {
"$ref": "#/$defs/InstagramProfileThreads"
},
"upcomingEvents": {
"items": {},
"type": [
"array",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": "string"
}
},
"required": [
"suggestion",
"mediaPreviews",
"id",
"handle",
"displayName",
"bio",
"url",
"externalUrl",
"avatar",
"fbid",
"messagingFbid",
"isPrivate",
"isVerified",
"isBusiness",
"isPotentialBusiness",
"isUnpublished",
"isMemorialized",
"isNew",
"isOpenToCollaboration",
"isFacebookOnboardedCharity",
"hasDigitalAvatar",
"isAccountTransparencyVisible",
"category",
"categoryId",
"accountType",
"socialContext",
"lastStoryAt",
"pronouns",
"accountBadges",
"bioEntities",
"bioLinks",
"upcomingEvents",
"metrics",
"contact",
"location",
"fanClub",
"content",
"contentSettings",
"displaySettings",
"threads",
"broadcastChannels",
"fundraisers"
],
"type": "object",
"$defs": {
"InstagramAudioMetrics": {
"additionalProperties": false,
"properties": {
"photos": {
"type": [
"integer",
"null"
]
},
"previousTrendRank": {
"type": [
"integer",
"null"
]
},
"reels": {
"type": [
"integer",
"null"
]
},
"trendRank": {
"type": [
"integer",
"null"
]
}
},
"required": [
"trendRank",
"previousTrendRank",
"reels",
"photos"
],
"type": "object"
},
"InstagramAudioPart": {
"additionalProperties": false,
"properties": {
"artist": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"artistName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artwork": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"isExplicit": {
"type": [
"boolean",
"null"
]
},
"musicId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"parentStartTime": {
"type": [
"number",
"null"
]
},
"startTime": {
"type": [
"number",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"type",
"title",
"artistName",
"isExplicit",
"musicId",
"artist",
"startTime",
"parentStartTime",
"artwork"
],
"type": "object"
},
"InstagramAudioReference": {
"additionalProperties": false,
"properties": {
"artist": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"artistId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artistName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"artwork": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"clusterId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"compositionStartTime": {
"type": [
"number",
"null"
]
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"duration": {
"type": [
"number",
"null"
]
},
"fastStartUrl": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"filters": {
"items": {},
"type": [
"array",
"null"
]
},
"hasLyrics": {
"type": [
"boolean",
"null"
]
},
"highlightStartTimes": {
"items": {
"type": "number"
},
"type": [
"array",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isAutomaticallyAttributed": {
"type": [
"boolean",
"null"
]
},
"isCrosspostedFromFacebook": {
"type": [
"boolean",
"null"
]
},
"isExplicit": {
"type": [
"boolean",
"null"
]
},
"isTrending": {
"type": [
"boolean",
"null"
]
},
"metrics": {
"$ref": "#/$defs/InstagramAudioMetrics"
},
"monetizationType": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"musicId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"originalPostId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"overlapDuration": {
"type": [
"number",
"null"
]
},
"parts": {
"items": {
"$ref": "#/$defs/InstagramAudioPart"
},
"type": [
"array",
"null"
]
},
"previewUrl": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"spotify": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"url"
],
"type": "object"
},
"startTime": {
"type": [
"number",
"null"
]
},
"streaming": {
"anyOf": [
{
"$ref": "#/$defs/InstagramStreaming"
},
{
"type": "null"
}
]
},
"subtype": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"type",
"musicId",
"artistId",
"clusterId",
"title",
"artistName",
"artist",
"isExplicit",
"hasLyrics",
"isTrending",
"subtype",
"isAutomaticallyAttributed",
"isCrosspostedFromFacebook",
"monetizationType",
"duration",
"startTime",
"overlapDuration",
"compositionStartTime",
"createdAt",
"originalPostId",
"url",
"fastStartUrl",
"previewUrl",
"artwork",
"streaming",
"highlightStartTimes",
"filters",
"metrics",
"spotify",
"parts"
],
"type": "object"
},
"InstagramBioLink": {
"additionalProperties": false,
"properties": {
"icon": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"image": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"isPinned": {
"type": [
"boolean",
"null"
]
},
"isVerified": {
"type": [
"boolean",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"title",
"url",
"type",
"isPinned",
"isVerified",
"icon",
"image"
],
"type": "object"
},
"InstagramCommentMetrics": {
"additionalProperties": false,
"properties": {
"likes": {
"type": [
"integer",
"null"
]
},
"replies": {
"type": [
"integer",
"null"
]
}
},
"required": [
"likes",
"replies"
],
"type": "object"
},
"InstagramCommentReference": {
"additionalProperties": false,
"properties": {
"ai": {
"additionalProperties": false,
"properties": {
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"type"
],
"type": "object"
},
"author": {
"anyOf": [
{
"$ref": "#/$defs/InstagramProfileReference"
},
{
"type": "null"
}
]
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isByPostAuthor": {
"type": [
"boolean",
"null"
]
},
"isCovered": {
"type": [
"boolean",
"null"
]
},
"isEdited": {
"type": [
"boolean",
"null"
]
},
"isLikedByPostAuthor": {
"type": [
"boolean",
"null"
]
},
"isPinned": {
"type": [
"boolean",
"null"
]
},
"keywords": {
"items": {},
"type": [
"array",
"null"
]
},
"likedByCoauthors": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"media": {
"items": {
"$ref": "#/$defs/InstagramImage"
},
"type": [
"array",
"null"
]
},
"metrics": {
"$ref": "#/$defs/InstagramCommentMetrics"
},
"parentId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"pinnedPosition": {
"type": [
"integer",
"null"
]
},
"postId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"previewUsers": {
"items": {
"$ref": "#/$defs/InstagramProfileReference"
},
"type": [
"array",
"null"
]
},
"ranking": {
"additionalProperties": false,
"properties": {
"index": {
"type": [
"integer",
"null"
]
},
"isRanked": {
"type": [
"boolean",
"null"
]
},
"replyIndex": {
"type": [
"integer",
"null"
]
}
},
"required": [
"index",
"replyIndex",
"isRanked"
],
"type": "object"
},
"replies": {
"items": {
"$ref": "#/$defs/InstagramCommentReference"
},
"type": [
"array",
"null"
]
},
"replyToId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"sharingEnabled": {
"type": [
"boolean",
"null"
]
},
"status": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"translation": {
"additionalProperties": false,
"properties": {
"text": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"text"
],
"type": "object"
}
},
"required": [
"id",
"text",
"postId",
"parentId",
"replyToId",
"createdAt",
"author",
"status",
"isCovered",
"isEdited",
"sharingEnabled",
"isByPostAuthor",
"isPinned",
"pinnedPosition",
"isLikedByPostAuthor",
"ai",
"ranking",
"keywords",
"previewUsers",
"metrics",
"replies",
"translation",
"likedByCoauthors",
"media"
],
"type": "object"
},
"InstagramCommentSettings": {
"additionalProperties": false,
"properties": {
"enabled": {
"type": [
"boolean",
"null"
]
},
"hasMore": {
"type": [
"boolean",
"null"
]
},
"likesEnabled": {
"type": [
"boolean",
"null"
]
},
"maxVisiblePreviewComments": {
"type": [
"integer",
"null"
]
},
"preview": {
"items": {
"$ref": "#/$defs/InstagramCommentReference"
},
"type": [
"array",
"null"
]
},
"threadingEnabled": {
"type": [
"boolean",
"null"
]
}
},
"required": [
"hasMore",
"maxVisiblePreviewComments",
"likesEnabled",
"threadingEnabled",
"enabled",
"preview"
],
"type": "object"
},
"InstagramCoordinates": {
"additionalProperties": false,
"properties": {
"latitude": {
"type": [
"number",
"null"
]
},
"longitude": {
"type": [
"number",
"null"
]
}
},
"required": [
"latitude",
"longitude"
],
"type": "object"
},
"InstagramCrop": {
"additionalProperties": false,
"properties": {
"bottom": {
"type": [
"number",
"null"
]
},
"left": {
"type": [
"number",
"null"
]
},
"right": {
"type": [
"number",
"null"
]
},
"top": {
"type": [
"number",
"null"
]
}
},
"required": [
"left",
"right",
"top",
"bottom"
],
"type": "object"
},
"InstagramDASH": {
"additionalProperties": false,
"properties": {
"manifest": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"qualityCount": {
"type": [
"integer",
"null"
]
},
"variants": {
"items": {
"$ref": "#/$defs/InstagramStreamVariant"
},
"type": [
"array",
"null"
]
}
},
"required": [
"manifest",
"variants",
"qualityCount"
],
"type": "object"
},
"InstagramImage": {
"additionalProperties": false,
"properties": {
"height": {
"type": [
"integer",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isDefault": {
"type": [
"boolean",
"null"
]
},
"isSpatial": {
"type": [
"boolean",
"null"
]
},
"thumbnail": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"variants": {
"items": {
"$ref": "#/$defs/InstagramImage"
},
"type": [
"array",
"null"
]
},
"width": {
"type": [
"integer",
"null"
]
}
},
"required": [
"thumbnail",
"id",
"type",
"url",
"width",
"height",
"isDefault",
"isSpatial",
"variants"
],
"type": "object"
},
"InstagramLocationAddress": {
"additionalProperties": false,
"properties": {
"city": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"countryCode": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"postalCode": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"region": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"street": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"street",
"city",
"postalCode",
"region",
"countryCode"
],
"type": "object"
},
"InstagramLocationHours": {
"additionalProperties": false,
"properties": {
"currentStatus": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"isOpen": {
"type": [
"boolean",
"null"
]
},
"schedule": {
"items": {},
"type": [
"array",
"null"
]
},
"status": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"today": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"status",
"currentStatus",
"today",
"isOpen",
"schedule"
],
"type": "object"
},
"InstagramLocationReference": {
"additionalProperties": false,
"properties": {
"address": {
"$ref": "#/$defs/InstagramLocationAddress"
},
"category": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"coordinates": {
"$ref": "#/$defs/InstagramCoordinates"
},
"external": {
"additionalProperties": false,
"properties": {
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"source": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"source"
],
"type": "object"
},
"hours": {
"anyOf": [
{
"$ref": "#/$defs/InstagramLocationHours"
},
{
"type": "null"
}
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"name": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"phone": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"searchContext": {
"additionalProperties": false,
"properties": {
"subtitle": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"title": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"title",
"subtitle"
],
"type": "object"
},
"shortName": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"string",
"null"
]
},
"website": {
"minLength": 1,
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"name",
"shortName",
"category",
"url",
"phone",
"website",
"address",
"coordinates",
"external",
"searchContext",
"hours"
],
"type": "object"
},
"InstagramMedia": {
"additionalProperties": false,
"properties": {
"altText": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"audio": {
"anyOf": [
{
"$ref": "#/$defs/InstagramAudioReference"
},
{
"type": "null"
}
]
},
"bitrate": {
"type": [
"integer",
"null"
]
},
"commercialityStatus": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"createdAt": {
"format": "date-time",
"minLength": 1,
"type": [
"string",
"null"
]
},
"crops": {
"additionalProperties": false,
"properties": {
"feedPreview": {
"$ref": "#/$defs/InstagramCrop"
},
"fourByThree": {
"$ref": "#/$defs/InstagramCrop"
},
"square": {
"$ref": "#/$defs/InstagramCrop"
}
},
"required": [
"fourByThree",
"square",
"feedPreview"
],
"type": "object"
},
"duration": {
"type": [
"number",
"null"
]
},
"firstFrame": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"hasAudio": {
"type": [
"boolean",
"null"
]
},
"height": {
"type": [
"integer",
"null"
]
},
"id": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"originalHeight": {
"type": [
"integer",
"null"
]
},
"originalWidth": {
"type": [
"integer",
"null"
]
},
"parentId": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"productTags": {
"items": {
"$ref": "#/$defs/InstagramProductTag"
},
"type": [
"array",
"null"
]
},
"scrubber": {
"anyOf": [
{
"$ref": "#/$defs/InstagramScrubber"
},
{
"type": "null"
}
]
},
"streaming": {
"anyOf": [
{
"$ref": "#/$defs/InstagramStreaming"
},
{
"type": "null"
}
]
},
"subtitles": {
"anyOf": [
{
"$ref": "#/$defs/InstagramSubtitles"
},
{
"type": "null"
}
]
},
"taggedUsers": {
"items": {
"$ref": "#/$defs/InstagramUserTag"
},
"type": [
"array",
"null"
]
},
"thumbnail": {
"anyOf": [
{
"$ref": "#/$defs/InstagramImage"
},
{
"type": "null"
}
]
},
"type": {
"minLength": 1,
"type": [
"string",
"null"
]
},
"url": {
"format": "uri",
"minLength": 1,
"type": [
"
# --- truncated at 32 KB (78 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/openhandle/refs/heads/main/json-schema/openhandle-instagram-profile-schema.json
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/openhandle-instagram-profile"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.