{"openapi":"3.2.0","info":{"title":"WhatsApp API","description":"The WhatsApp Profile Data API lets you programmatically fetch a user’s profile picture URL, account details and “About” status as structured JSON via simple HTTP calls using their phone number as a parameter.","version":"1.0.0"},"servers":[{"url":"https://whatsapp.jojapi.net"}],"security":[{"ApiKeyAuth":[]}],"paths":{"/getUserInfo":{"post":{"operationId":"post_getUserInfo","summary":"Get User Info","description":"Get User Info/Details","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"contactId":"18002428478@c.us"}}}}}},"/getProfilePicUrl":{"post":{"operationId":"post_getProfilePicUrl","summary":"Get Profile Picture URL","description":"Get Profile Picture URL","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"contactId":"18002428478@c.us"}}}}}},"/getAbout":{"post":{"operationId":"post_getAbout","summary":"Get About (Status)","description":"Get About (status text)","requestBody":{"content":{"application/json":{"schema":{"type":"object"},"example":{"contactId":"18002428478@c.us"}}}}}}},"components":{"securitySchemes":{"ApiKeyAuth":{"type":"apiKey","in":"header","name":"X-JoJAPI-Key","description":"Your JoJ API key."}}}}