openapi: 3.0.3 info: version: 5.13.0 title: Pinterest Conversions API description: This is the description of your API. contact: name: Pinterest, Inc. url: https://developers.pinterest.com/ license: name: MIT url: https://spdx.org/licenses/MIT termsOfService: https://developers.pinterest.com/terms/ servers: - url: https://api.pinterest.com/v5 tags: - name: Conversions paths: /ad_accounts/{ad_account_id}/conversion_tags/{conversion_tag_id}: get: x-sandbox: disabled summary: Get conversion tag description: Get information about an existing conversion tag. operationId: conversion_tags/get security: - pinterest_oauth2: - ads:read x-ratelimit-category: ads_read parameters: - $ref: '#/components/parameters/path_ad_account_id' - $ref: '#/components/parameters/path_conversion_tag_id' responses: '200': content: application/json: schema: $ref: '#/components/schemas/ConversionTagResponse' description: Success default: content: application/json: schema: $ref: '#/components/schemas/Error' description: Unexpected error tags: - Conversions components: schemas: EntityStatus: type: string description: Entity status example: ACTIVE enum: - ACTIVE - PAUSED - ARCHIVED - DRAFT - DELETED_DRAFT EnhancedMatchStatusType: description: The enhanced match status of the tag enum: - UNKNOWN - NOT_VALIDATED - VALIDATING_IN_PROGRESS - VALIDATION_COMPLETE - null example: VALIDATION_COMPLETE nullable: true title: EnhancedMatchStatusType type: string Error: title: Error type: object properties: code: type: integer message: type: string required: - code - message ConversionTagResponse: type: object allOf: - $ref: '#/components/schemas/ConversionTagCommon' title: ConversionTagResponse ConversionTagCommon: type: object properties: ad_account_id: description: Ad account ID. example: '549755885175' title: ad_account_id type: string code_snippet: description: Tag code snippet. example: